一、反正就是在右面加-i https://pypi.tuna.tsinghua.edu.cn/simple/,每每成功
1、安装ipython:pip3 install ipython -i https://pypi.tuna.tsinghua.edu.cn/simple/
2、安装requests:pip3 install requests -i https://pypi.tuna.tsinghua.edu.cn/simple/
3、安装django:pip3 install django -i https://pypi.tuna.tsinghua.edu.cn/simple/
4、安装djangorestframework:pip3 install djangorestframework -i https://pypi.tuna.tsinghua.edu.cn/simple/
5、安装pytest:pip3 install pytest -i https://pypi.tuna.tsinghua.edu.cn/simple/
6、安装