Skip to content

Commit

Permalink
Update User_Guide.md
Browse files Browse the repository at this point in the history
Signed-off-by: quic-zhanweiw <[email protected]>
  • Loading branch information
quic-zhanweiw authored Jun 7, 2024
1 parent 1269e0d commit 5f6bffb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Docs/User_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ C:\Qualcomm\AIStack\QAIRT\{SDK Version}\lib\hexagon-v73\unsigned\libqnnhtpv73.ca
We can copy these libraries to one folder. E.g.: ```C:\<Project Name>\qnn_assets\QNN_binaries\``` <br>

### 2. Python and common python extensions:
Get ARM64 version 'python-3.11.5-arm64.exe' from below link and install it:
Get ARM64 version 'python-3.11.5-arm64.exe' from below link and install it. Make sure to add Python to your PATH environment.
https://www.python.org/ftp/python/3.11.5/python-3.11.5-arm64.exe

Get common Python extensions such as NumPy, OpenCV, Pillow from here:
Get common Python extensions such as NumPy, Pillow from here:
https://github.com/cgohlke/win_arm64-wheels/

Get OpenCV from here:
https://github.com/RockLakeGrass/Windows-on-ARM64-Toolchain/tree/main/Python/packages/opencv-python

Get PyQt6 from here:
https://github.com/RockLakeGrass/Windows-on-ARM64-Toolchain/tree/main/Python/packages/PyQt/PyQt6

Expand Down

0 comments on commit 5f6bffb

Please sign in to comment.