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".
时间: 2024-10-21 19:24:02