python 匯出成exe 主要功能介紹
python 匯出成exe
安裝 pyinstaller
python2.x:sudo pip install pyinstaller
python3.x:sudo pip3 install pyinstaller
操作
基本:pyinstaller demo.py
他會在terminal目前目錄下建立兩個資料夾build 和 dist
建立執行檔在 dist 資料夾
其他細部功能看參考資料
參考自:http://zmh00.blogspot.tw/2016/01/python-codeexe.html
http://zwindr.blogspot.tw/2016/01/python-pyinstaller.html
安裝 pyinstaller
python2.x:sudo pip install pyinstaller
python3.x:sudo pip3 install pyinstaller
操作
基本:pyinstaller demo.py
他會在terminal目前目錄下建立兩個資料夾build 和 dist
建立執行檔在 dist 資料夾
其他細部功能看參考資料
參考自:http://zmh00.blogspot.tw/2016/01/python-codeexe.html
http://zwindr.blogspot.tw/2016/01/python-pyinstaller.html
留言
張貼留言