Update AidLite SDK Development Documents.md
Browse files
AidLite SDK Development Documents.md
CHANGED
@@ -67,7 +67,10 @@ AidLite SDK support Android OS, Linux OS and AidLux OS.
|
|
67 |
|
68 |
2. Install AidLite in terminal
|
69 |
|
70 |
-
```
|
|
|
|
|
|
|
71 |
python3 -m pip install pyaidlite -i https://mirrors.aidlux.com --trusted-host mirrors.aidlux.com
|
72 |
```
|
73 |
|
|
|
67 |
|
68 |
2. Install AidLite in terminal
|
69 |
|
70 |
+
```bash
|
71 |
+
# aidlite c++ sdk
|
72 |
+
sudo aid-pkg -i aidlite-sdk
|
73 |
+
# aidlite python sdk
|
74 |
python3 -m pip install pyaidlite -i https://mirrors.aidlux.com --trusted-host mirrors.aidlux.com
|
75 |
```
|
76 |
|