Installing python packages in Windows

Python 2.7 already had pip support.

python -m pip install <package name>

Popular Posts