1、安装pip
安装pip2 20.0版本
curl “https://bootstrap.pypa.io/pip/2.7/get-pip.py” -o “get-pip.py”
python get-pip.py
2、安装 pyinstaller
python 安装最好的pyintaller 版本为3.4
pip install pyinstaller==3.4
3、打包
pyinstaller -F spy.py
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/288309.html