//地址 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