怎么样下载安装 pyinstaller

To install PyInstaller:

  1. Go you your command prompt (Start -> Run -> cmd)
  2. type the following command cd c:python27scripts press enter, this should be where your pip.exe file is located.
  3. Once you are in this directory type pip install pyinstaller press enter

Message should read "Successfully installed pyinstaller".

原文地址:https://www.cnblogs.com/serenahjj/p/4735780.html