donghaoqian

导航

2020年11月5日 #

打包python成脚本

摘要: cd 进入某个项目文件 cd .. 退出当前文件到上一级 pip install pyinstaller conda install pyinstaller pyinstaller -F xx.py pyinstaller -D xx.py 阅读全文

posted @ 2020-11-05 21:28 donghaoqian 阅读(34) 评论(0) 推荐(0) 编辑