I\'ve installed Python 2.7.9, which comes with already bundled with pip. I\'ve check that it\'s there in the modules list. But when I run pip install I get
pip install
just put python before pip
python pip install <package_name>
Append C:\Python27\Scripts;in PATH variable
C:\Python27\Scripts;
where C:\Python27\Scripts; is the path where pip script is located.