don`t need install pyaxengine
Browse files
README.md
CHANGED
@@ -81,17 +81,6 @@ Download all files from this repository to the device
|
|
81 |
|
82 |
### python env requirement
|
83 |
|
84 |
-
#### pyaxengine
|
85 |
-
|
86 |
-
https://github.com/AXERA-TECH/pyaxengine
|
87 |
-
|
88 |
-
```
|
89 |
-
wget https://github.com/AXERA-TECH/pyaxengine/releases/download/0.1.3.rc1/axengine-0.1.3-py3-none-any.whl
|
90 |
-
pip install axengine-0.1.3-py3-none-any.whl
|
91 |
-
```
|
92 |
-
|
93 |
-
#### others
|
94 |
-
|
95 |
```
|
96 |
pip install -r pyclip/requirements.txt
|
97 |
```
|
|
|
81 |
|
82 |
### python env requirement
|
83 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
```
|
85 |
pip install -r pyclip/requirements.txt
|
86 |
```
|