赞
踩
清华镜像源的地址为
https://pypi.tuna.tsinghua.edu.cn/simple
因此,下载各种各样的包可以这样使用清华镜像源
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ***
其中,***表示我们所需要下的包。
注:梯子不能与清华镜像源同时开,使用清华镜像源一定要关闭梯子。