add:初始化工程

This commit is contained in:
drygrass
2025-10-18 21:32:31 +08:00
parent f55b636faa
commit e1b57847f9
48 changed files with 67186 additions and 0 deletions

16
readme.md Normal file
View File

@@ -0,0 +1,16 @@
### 使用方法
1.Python版本Python 3.10.0以上
2.pip install -r requirements.txt安装包
3.python app.py运行
### python虚拟环境
1.创建虚拟环境
python -m venv .venv
2.启用虚拟环境
source .venv/bin/activate