Skip to content

Commit 4642dc4

Browse files
committed
Update docs.
1 parent 527d87e commit 4642dc4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ pip install wheel setuptools pybind11
7070
```
7171
git clone https://github.com/quic/ai-engine-direct-helper.git --recursive
7272
```
73+
- If you have cloned it before, you can update the code by the following command:
74+
```
75+
git pull --recurse-submodules
76+
```
7377
- Set environment 'QNN_SDK_ROOT' to the Qualcomm® AI Runtime SDK path which you're using. E.g.:
7478
```
7579
Set QNN_SDK_ROOT=C:\Qualcomm\AIStack\QAIRT\2.34.0.250424\

docs/python.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ Run below commands in Windows terminal:
2121
```
2222
git clone https://github.com/quic/ai-engine-direct-helper.git
2323
```
24-
24+
If you have cloned it before, you can update the code by the following command:
25+
```
26+
git pull --recurse-submodules
27+
```
2528
### Step 4: Setup QAI AppBuilder Python Environment:
2629
Run below commands in Windows terminal:
2730
```

0 commit comments

Comments
 (0)