From 17371ca2ed10c2bb121d188f907a508f62350236 Mon Sep 17 00:00:00 2001 From: abin Date: Thu, 12 Mar 2026 03:20:30 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 455d92a..536832d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ ## 安裝設定 - Install python 3.12 and kneron plus +1. go to the downloaded kneron_plus_v3.1.2 folder ``` shell # This shell script only install Kneron plus cd ./external/kneron_plus_{version}/package/{platform}/ @@ -19,10 +20,15 @@ pip install 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 ``` shell pip install PyQt5 opencv-python pyinstaller pyarmor ``` +- Install all packages +``` shell +pip install -r env.txt +``` - test APP in local ``` shell python main.py @@ -32,6 +38,7 @@ python main.py ``` project/ ├── main.py # Application entry point +├── env.txt # requirement packages list ├── src/ │ ├── config.py # Global configuration and constants │ ├── controllers/