安装pyinstaller:
pip3 install pyinstaller
打包程序:
pyinstaller -F --distpath release main.py --noconsole
安装pyinstaller:
pip3 install pyinstaller
打包程序:
pyinstaller -F --distpath release main.py --noconsole
本文标题:pyinstaller将python程序打包成exe
本文链接:https://www.haomeiwen.com/subject/wnjeyxtx.html
网友评论