From fbb0207890f1ce437afdf8889539f42a0a362552 Mon Sep 17 00:00:00 2001 From: w-copper <35824834+w-copper@users.noreply.github.com> Date: Fri, 20 May 2022 21:34:51 +0800 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 82f1e0c..9a52076 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -3,13 +3,32 @@ CVEO团队 # 环境 -Python3 + PyQt + QGIS? +Python3.7 + PyQt + QGIS + +## 配置方式 +conda create -f conda.yaml -# 当前依赖 -pyqt qgis gdal numpy # 打包方式 -comming soon + +1. 打包keygen: + +``` +nuitka keygen.py --standalone --plugin-enable=qt-plugins --plugin-enable=numpy --show-progress --include-package=qgis --plugin-enable=pylint-warnings --output-dir=package --windows-disable-console --windows-icon-from-ico=logo.ico --no-pyi-file +``` + +2. 打包主体: + +``` +nuitka RSCDer.py --standalone --plugin-enable=qt-plugins --plugin-enable=numpy --show-progress --include-package=qgis --plugin-enable=pylint-warnings --output-dir=package --windows-disable-console --windows-icon-from-ico=logo.ico --no-pyi-file + +``` + +3. 打包插件: + +``` +python setup.py +``` # 功能