pyinstaller 在Windows下Python3.6編譯生成exe文件

1. 下載pyinstaller:http://www.pyinstaller.org/ip

2. 安裝pyinstaller:pip install pyinstaller get

3. 生成exe文件:pip

E:\Python36>pyinstaller -F E:\PycharmProjs\liuguang.py   table

 -F, --onefile         Create a one-file bundled executable. 建立一個單一文件file

生成文件在:E:\Python36\dist\liuguang.exe下載

相關文章
相關標籤/搜索