linux下

pip install pyinstaller

 

如果不需要命令行,则

pyinstaller -F -w ./xxx.py

 

需要命令行输出

pyinstaller -F ./xxxx.py

 

相关文章: