|
|
hai 1 ano | |
|---|---|---|
| UI | hai 1 ano | |
| log | hai 1 ano | |
| module | hai 1 ano | |
| resource | hai 1 ano | |
| .gitignore | hai 1 ano | |
| README.md | hai 1 ano | |
| config.ini | hai 1 ano | |
| custom_config.ini | hai 1 ano | |
| main.py | hai 1 ano | |
| pip.txt | hai 1 ano | |
| requestments.txt | hai 1 ano | |
| settings.py | hai 1 ano | |
| 打包EXE - py39 - run1.txt | hai 1 ano | |
| 查询次数.txt | hai 1 ano |
#安装虚拟环境
python -m venv venv
#启动虚拟环境
#win系统下,根目录执行
.\venv\Scripts\activate
#安装依赖
pip install -r requirements.txt
# 在虚拟环境中执行
python main.py
# 在虚拟环境中执行
pip freeze > .\requestments.txt