prepare the pip install package at first
download source : https://pypi.python.org/pypi/pip#downloads
then you should download the file as follow
then you type the command as follow
python setup.py install
if you haven’t add the path you should add the
C:\Python27\Scripts;
into your path , then it’s ok now
you can type pip under your commandline to install the python tools as what you need
本文介绍如何从PyPI下载pip源文件并进行安装。首先,访问指定链接下载安装包,然后通过命令行运行特定命令完成安装过程。若未设置环境变量,则需手动添加路径。
2563

被折叠的 条评论
为什么被折叠?



