Python打包 pyinstaller

 安裝 pyinstaller

pip install  -i http://pypi.douban.com/simple/ --trusted-host=pypi.douban.com/simple pyinstaller

 pyinstaller -F spider.py

自動生成spider.exe

拷貝config.ini到exe目錄

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章