python:將代碼打包成可執行文件

依據網上教程,在Anaconda Prompt下,執行pip install pyinstaller,待安裝完成後,執行pyinstaller --version,查看是否成功安裝。 成功安裝後,在Anaconda Prompt中cd至源代碼所在路徑下,這裏簡要介紹兩種打包方式: 1. pyinstaller -F test.py 這種打包方式最簡單,生成的exe在
相關文章
相關標籤/搜索