摘要:
参考:https://zhuanlan.zhihu.com/p/425148959 1. 安装pyqt5 模块 # pyqt5 安装 pip3 install pyqt5 -i https://mirrors.aliuyun.com/pypi/simple # Qt Designer pip3 in 阅读全文
摘要:
1. 安装 pip install pyinstaller 注意项目开发时,最好先创建一个虚拟环境。 2.基本命令和参数 # 1.1依赖的文件,打包进exe pyinstaller --hidden-import your_module your_script.py pyinstaller --hi 阅读全文