Skip to content

Commit 4ea35b6

Browse files
committed
Update SDK download info
1 parent b6b2f85 commit 4ea35b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

samples/python/utils/install.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ def verify_package(url, filepath, filesize, desc=None, fail=None):
107107
else:
108108
is_continue = True
109109

110+
print("If the download speed is too slow, you can download them from one of below URLs and install it manually before you run this 'setup.py'.")
111+
print("https://softwarecenter.qualcomm.com/#/catalog/item/Qualcomm_AI_Runtime_SDK")
112+
print("https://qpm.qualcomm.com/#/main/tools/details/Qualcomm_AI_Runtime_SDK")
113+
print()
114+
110115
if is_continue:
111116
print(f"The file '{filepath}' is not ready. Please wait for downloading to complete.")
112117

0 commit comments

Comments
 (0)