赞
踩
目录
Pyinstaller 是 Python 常用的可执行文件打包程序,全平台适用。Python 默认并不包含 pyInstaller 模块,需要自行安装。
同 windows 系统,UOS 系统下 Pyinstaller 同样需要通过 pip 命令。
python3 -m pip install pyinstaller
后续升级
python3 -m pip install --upgrade pyinstaller
同 windows 系统,UOS 系统语法亦为 pyinstaller 参数 python源文件,推荐使用 -F 参数。
pyinstaller -F /hom
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。