windows下python的包管理器pip安装

pip:  A tool for installing and managing Python packages.

要用到第三方包,python的版本就必须是2.7

https://pypi.python.org/pypi/setuptools#downloads

python ez_setup.py

https://pip.pypa.io/en/latest/installing.html#python-os-support

python get-pip.py
原文地址:https://www.cnblogs.com/linn/p/3858009.html