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

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

3、输入pyinstaller证明安装成功

阅读量:116
阅读量:184
阅读量:50
阅读量:33
阅读量:176
1、安装Pyinstaller
这里用的是pip,简单方便的自动安装方法
在cmd里面输入
python -m pip install PyInstaller

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

3、输入pyinstaller证明安装成功
