摘要: 1. 安装pyinstaller Python 默认并不包含 PyInstaller 模块,因此需要自行安装 PyInstaller 模块。 安装 PyInstaller 模块与安装其他 Python 模块一样,使用 pip 命令安装即可。在命令行输入如下命令: pip install pyinst 阅读全文
posted @ 2021-07-27 17:04 27岁的太阳 阅读(2228) 评论(0) 推荐(0) 编辑