python实战 pyinstaller安装使用

Last updated on September 15, 2024 pm

🧙 Questions

使用pyinstaller可以将py文件转译成exe文件,可以放到windows的环境变量中,可以直接使用

☄️ Ideas

安装
# github安装
pip uninstall pyinstaller
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip

# pip安装
pip install pyinstaller

# 测试安装
pyinstaller -v
使用命令
pyinstaller -F demo.py

python实战 pyinstaller安装使用
https://ispong.isxcode.com/pytorch/python/python实战 pyinstaller安装使用/
Author
ispong
Posted on
March 24, 2022
Licensed under