美文网首页
pyinstaller将python程序打包成exe

pyinstaller将python程序打包成exe

作者: wzhigg | 来源:发表于2017-10-08 11:16 被阅读0次

    安装pyinstaller:

    pip3 install pyinstaller

    打包程序:

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

    相关文章

      网友评论

          本文标题:pyinstaller将python程序打包成exe

          本文链接:https://www.haomeiwen.com/subject/wnjeyxtx.html