qc903113684 commited on
Commit
fd3f890
·
verified ·
1 Parent(s): d60a70d

Update AidLite SDK Development Documents.md

Browse files
AidLite SDK Development Documents.md CHANGED
@@ -76,5 +76,16 @@ python3 -m pip install pyaidlite -i https://mirrors.aidlux.com --trusted-host mi
76
 
77
  ### Installation for Linux
78
 
 
 
 
 
 
 
 
 
 
 
 
79
  ### Installation for Android
80
 
 
76
 
77
  ### Installation for Linux
78
 
79
+ The AidLite SDK is pre-install in AI Box Linux OS.
80
+
81
+ The update way show blow:
82
+
83
+ ```bash
84
+ # aidlite c++ sdk
85
+ sudo aid-pkg -i aidlite-sdk
86
+ # aidlite python sdk
87
+ python3 -m pip install pyaidlite -i https://mirrors.aidlux.com --trusted-host mirrors.aidlux.com
88
+ ```
89
+
90
  ### Installation for Android
91