pyinstaller将python程序打包成exe

2017-10-08  本文已影响0人  wzhigg

安装pyinstaller:

pip3 install pyinstaller

打包程序:

pyinstaller -F --distpath release main.py --noconsole

上一篇下一篇

猜你喜欢

热点阅读