//地址 https://github.com/pyinstaller/pyinstaller/tree/python3 //上面的连接已经失效,新的(20160809更) https://github.com/pyinstaller/pyinstaller
pip install pyinstaller
//进入子目录 bootloader cd bootloader //build the bootloader 运行 python ./waf configure build install //从新进入根目录 cd .. //安装pyinstaller python setup.py install //from http://www.cnblogs.com/osfipin/
查看安装结果,运行命令:python
pyinstaller --version
说明安装成功。git
简单的编译,运行代码:github
pyinstaller D:\pyworker\learning\hello.py
目录下会出现编译结果:网络
结束。来自:http://www.cnblogs.com/osfipin/ui