ld框架
安装
may be you should use other source..choice one
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package -r requirements.txt
pip install -r requirements.txt
哪个配置?
use config.ini...
config.example.ini may be change
如何建立一个exe文件
pyinstaller -F -c -i mao.ico main.py