摘要: pip install pyinstaller 进入 C:/Python27/Scripts 目录 或者 添加 Scripts 的环境变量 pyinstaller -F xxxx.py # xxxxx 代表你要打包的py 脚本全路径 或者 python pyinstaller -F xxxx.py 阅读全文
posted @ 2022-08-04 15:04 lesten 阅读(586) 评论(0) 推荐(0)