清华大学下载镜像源
Posted mujun95
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了清华大学下载镜像源相关的知识,希望对你有一定的参考价值。
清华大学下载镜像源
- 可以在使用pip的时候加参数-i https://pypi.tuna.tsinghua.edu.cn/simple ,这样就会从清华这边的镜像去安装gevent库。
- 例如:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple gevent
- 或者直接加在后面
- 例如:pip3 install matplotlib https://pypi.tuna.tsinghua.edu.cn/simple
以上是关于清华大学下载镜像源的主要内容,如果未能解决你的问题,请参考以下文章