pyinstaller安装和打包python程序

1、安装

pip install pyinstaller

2、使用
2.1 参考:https://pyinstaller.org/en/stable/
2.2 使用命令查看帮助

pyinstaller -h

2.3最简单的使用

pyinstaller -F main.py -i icon.jpg -n out.exe

你可能感兴趣的:(软件开发相关的技能,python,开发语言)