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