pyinstaller-5120 安装方法
-
首先下载pyinstaller-5.12.0的压缩包,可以在官网上下载:https://www.pyinstaller.org/downloads.html
-
解压缩压缩包到一个目录下,比如D:\pyinstaller-5.12.0。
-
打开命令行窗口,进入到pyinstaller-5.12.0的目录,比如:
cd D:\pyinstaller-5.12.0 -
执行以下命令安装pyinstaller:
python setup.py install -
等待安装完成即可。
注意:安装pyinstaller之前需要确保已经正确安装了Python,并且Python的环境变量已经配置好了。
原文地址: http://www.cveoy.top/t/topic/hppt 著作权归作者所有。请勿转载和采集!