If installed using the default location pip is located at:
C:\Python27\Scripts
Open a command window there and use the command
1 |
pip install <package name> |
- 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.