怎么样下载安装 pyinstaller
To install PyInstaller:
- Go you your command prompt (Start -> Run -> cmd)
- type the following command cd c:\python27\scripts press enter, this should be where your pip.exe file is located.
- Once you are in this directory type pip install pyinstaller press enter
Message should read "Successfully installed pyinstaller".