清华源参数:
-i https://pypi.tuna.tsinghua.edu.cn/simple
or --user -i https://pypi.tuna.tsinghua.edu.cn/simple
例子:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple gevent,
or pip install --user -i https://pypi.tuna.tsinghua.edu.cn/simple gevent,
这样就会从清华这边的镜像去安装gevent库。
补充:
一般情况下,Python包的安装方法可见Windows下anaconda/python安装第三方包。