python-pyinstaller庫的簡單使用

下載pyinstaller庫 在命令行窗口輸入:pip install pyinstaller(只配置一種環境) 在命令行窗口輸入:pip3 install pyinstaller(同時裝載python2和python3,使用python3進行編碼) 簡單使用pyinstaller對.py文件進行打包 進入.py文件目錄 按shift+右鍵進入命令提示窗口 輸入:pyinstaller -F 文件
相關文章
相關標籤/搜索