Table of Content

1) setup proxy in IE

otherwise cannot access to Internet to get package during installation

2) install setuptools 32 bits

using .exe installer, used to download, build, install, upgrade, and uninstall Python packages easily
https://pypi.python.org/pypi/setuptools/0.6c11#windows

3) download get-pip.py

https://raw.github.com/pypa/pip/master/contrib/get-pip.py

4) install pip

C:> python c:\\get-pip.py

Downloading/unpacking pip
Downloading pip-1.4.1.tar.gz (445kB): 445kB downloaded
Running setup.py egg_info for package pip

Not SVN Repository
warning: no files found matching '*.html' under directory 'docs'
warning: no previously-included files matching '*.rst' found under directory
'docs\_build'
no previously-included directories found matching 'docs\_build\_sources'
Installing collected packages: pip
Running setup.py install for pip

Not SVN Repository
warning: no files found matching '*.html' under directory 'docs'
warning: no previously-included files matching '*.rst' found under directory
'docs\_build'
no previously-included directories found matching 'docs\_build\_sources'
Installing pip-script.py script to C:\Python27\Scripts
Installing pip.exe script to C:\Python27\Scripts
Installing pip-2.7-script.py script to C:\Python27\Scripts
Installing pip-2.7.exe script to C:\Python27\Scripts
Successfully installed pip

5) using pip

pip list
pip show 
pip search
pip install 
pip uninstall