Skip to content

Installing PIP on Windows

rxsegrxup edited this page Nov 18, 2014 · 1 revision
  • pip is a package manager application. It is the best way to install python modules.
  • To install pip follow this guide. There is a very decent Stack overflow article that explains this method as well as others. If you have trouble with the first method try referencing this answer
  • (NOTE: You will need to run python get-pip.py in powershell)
  • To verify pip was installed simply run pip in powershell.