清华地址
https://pypi.tuna.tsinghua.edu.cn/simple
下载各种各样的包的指令模板
pip install XXX -i https://pypi.tuna.tsinghua.edu.cn/simple
这样就行了,XXX
代表的是你将要下载的包名称。
比如:
pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple
安装成功了。

注意,如果你开了科学上网的梯子,记得关掉,否则会出现proxy error报错,清华镜像源和梯子不能同时开!!!!