This post was updated 615 days ago and some of the ideas may be out of date.

PyInstaller安装

pip install Pyinstaller

有时候会安装失败?用以下方式安装

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

输入命令打包

pyinstaller -F man.py