Python 打包成exe文件

安装打包程序

pip install pyinstaller  -i https://pypi.tuna.tsinghua.edu.cn/simple pyspider

打包程序

pyinstaller -F 文件.py    //默认输出到dist文件夹
posted @ 2020-03-09 15:39  Alex_Mercer  阅读(129)  评论(0编辑  收藏  举报