This article was reproduced from: http://www.cnblogs.com/yuanzm/p/4089856.html
Install python slightly.
In the second step, we install PIP. We also need to download on the official website of Python: https://pypi.python.org/pypi/pip#downloads:
After the download is complete, unzip to a folder, use the CMD console to enter the Extract directory, enter:
Python setup.py Install
Once installed, we enter PIP directly at the command line, which also shows that ' Pip ' is not an internal command or a running program. Because we haven't added environment variables yet.
Following the method of adding environment variables as described earlier, we add the following path at the end:
C:\Python34\Scripts;
By now we are fully installed PIP:
The third step is to install some Python packages, such as the Tornado Web framework:
Here, the entire installation tutorial is complete, Enjoy yourself~
The ultimate tutorial on installing Python and Pip below windows