随笔分类 -  python

摘要:由于用户使用Python脚本的时候可能没有运行环境,所以需要打包。记录下碰到的问题。 安装 # 安装 pip install --upgrade pyinstaller # 安装最新开发版 pip install https://github.com/pyinstaller/pyinstaller/ 阅读全文
posted @ 2021-12-22 01:52 redcat8850 阅读(843) 评论(0) 推荐(0)