梁艺博 044f9a2f3e Merge branch 'dev_liang' of liangyibo/image_cutout into master | vor 3 Wochen | |
---|---|---|
UI | vor 3 Wochen | |
log | vor 3 Wochen | |
module | vor 3 Wochen | |
resource | vor 3 Wochen | |
.gitignore | vor 3 Wochen | |
README.md | vor 3 Wochen | |
config.ini | vor 3 Wochen | |
custom_config.ini | vor 3 Wochen | |
main.py | vor 3 Wochen | |
pip.txt | vor 3 Wochen | |
requestments.txt | vor 3 Wochen | |
settings.py | vor 3 Wochen | |
打包EXE - py39 - run1.txt | vor 3 Wochen | |
查询次数.txt | vor 3 Wochen |
#安装虚拟环境
python -m venv venv
#启动虚拟环境
#win系统下,根目录执行
.\venv\Scripts\activate
#安装依赖
pip install -r requirements.txt
# 在虚拟环境中执行
python main.py
# 在虚拟环境中执行
pip freeze > .\requestments.txt