python程序打包pyinstaller
安装pyinstaller 在控制台输入就行
1 | pip install pyinstaller |
python程序打包pyinstaller
然后再在控制台输入Pyinstaller -F -w 文件名.py
注意:环境得是Anaconda : 3.6.0
此时会生成build和dist ,dist里面会有一个exe文件 点击就可以运行
参考文档 [Python教程]保姆版教使用Pyinstaller 打包python成exe文件_王同学在这的博客-CSDN博客_pycharm打包多个py](https://blog.csdn.net/flyskymood/article/details/123668136))
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 藏心阁!