Python教程

python打包

本文主要是介绍python打包,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

打包为文件夹的形式

pip install pyinstaller

mac 需要使用sudo执行
sudo pyinstaller hello.py 

打包为单个文件的形式

pip install pyinstaller

mac 需要使用sudo执行
sudo pyinstaller hello.py 
这篇关于python打包的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!