The accepted answer is outdated. So first, pip is preferred over easy_install, (Why use pip over easy_install?). Then follow these steps to install pip on Windows, it’s quite easy.
-
Install
setuptools:curl https://bootstrap.pypa.io/ez_setup.py | python -
Install
pip:curl https://bootstrap.pypa.io/get-pip.py | python -
Optionally, you can add the path to your environment so that you can use
pipanywhere. It’s somewhere likeC:\Python33\Scripts.