forked from masonhuang/KNEO-Academy
Compare commits
No commits in common. "main" and "main" have entirely different histories.
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
## 安裝設定
|
## 安裝設定
|
||||||
- Install python 3.12 and kneron plus
|
- Install python 3.12 and kneron plus
|
||||||
1. go to the downloaded kneron_plus_v3.1.2 folder
|
|
||||||
``` shell
|
``` shell
|
||||||
# This shell script only install Kneron plus
|
# This shell script only install Kneron plus
|
||||||
cd ./external/kneron_plus_{version}/package/{platform}/
|
cd ./external/kneron_plus_{version}/package/{platform}/
|
||||||
@ -20,15 +19,10 @@ pip install KneronPLUS-{version}-py3-none-any.whl
|
|||||||
pip install --force-reinstall KneronPLUS-{version}-py3-none-any.whl
|
pip install --force-reinstall KneronPLUS-{version}-py3-none-any.whl
|
||||||
```
|
```
|
||||||
|
|
||||||
2. go to KNEO-Academy folder
|
|
||||||
- PyQT5 and other packages
|
- PyQT5 and other packages
|
||||||
``` shell
|
``` shell
|
||||||
pip install PyQt5 opencv-python pyinstaller pyarmor
|
pip install PyQt5 opencv-python pyinstaller pyarmor
|
||||||
```
|
```
|
||||||
- Install all packages
|
|
||||||
``` shell
|
|
||||||
pip install -r env.txt
|
|
||||||
```
|
|
||||||
- test APP in local
|
- test APP in local
|
||||||
``` shell
|
``` shell
|
||||||
python main.py
|
python main.py
|
||||||
@ -38,7 +32,6 @@ python main.py
|
|||||||
```
|
```
|
||||||
project/
|
project/
|
||||||
├── main.py # Application entry point
|
├── main.py # Application entry point
|
||||||
├── env.txt # requirement packages list
|
|
||||||
├── src/
|
├── src/
|
||||||
│ ├── config.py # Global configuration and constants
|
│ ├── config.py # Global configuration and constants
|
||||||
│ ├── controllers/
|
│ ├── controllers/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user