python,Pyinstaller的安装
1、安装Pyinstaller
这里用的是pip,简单方便的自动安装方法
在cmd里面输入
python -m pip install PyInstaller

2、 自动下载所以需要的程序

3、输入pyinstaller证明安装成功

阅读量:150
阅读量:46
阅读量:179
阅读量:171
阅读量:171
1、安装Pyinstaller
这里用的是pip,简单方便的自动安装方法
在cmd里面输入
python -m pip install PyInstaller

2、 自动下载所以需要的程序

3、输入pyinstaller证明安装成功
