Windows run pip install for Python 2.7

If installed using the default location pip is located at:

C:\Python27\Scripts

Open a command window there and use the command

  • package name – is replaced by the name of the package that needs installation e.g.:
    pip install scrapy

 

I like the clean formatting and explanation from skorks.com and used a similar formatting here.