pip install -i https://pypi.tuna.tsinghua.edu.cn/simple +自己想要安装的库的名字
例如:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyspider,这样就会从清华这边的镜像去安装pyspider库
(2)pip install tensorflow==1.14.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
安装tensorflow,pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow==1.11.0,对应