python打包成exe可执行文件(pyinstaller)
1、先安装pyinstaller
pip install pyinstaller
2、切换到文件目录
cd mypath
3、使用以下命令
pyinstaller -F ***.py
本文来自博客园,作者:OTAKU_nicole,转载请注明原文链接:https://www.cnblogs.com/nicole-zhang/p/12970742.html
1、先安装pyinstaller
pip install pyinstaller
2、切换到文件目录
cd mypath
3、使用以下命令
pyinstaller -F ***.py
本文来自博客园,作者:OTAKU_nicole,转载请注明原文链接:https://www.cnblogs.com/nicole-zhang/p/12970742.html