安装软件,提高速度,可以使用清华源

Posted bs2019

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装软件,提高速度,可以使用清华源相关的知识,希望对你有一定的参考价值。

目录

安装软件,提高速度,可以使用清华源

pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn +模块名(需要的模块名和版本号)

在cmd命令行里面,直接敲上述代码,回车即可!

技术图片

可参考的下载模块:

pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn django==1.11.11
    
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn json
 
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn pymysql
 

以上是关于安装软件,提高速度,可以使用清华源的主要内容,如果未能解决你的问题,请参考以下文章

pip国内镜像,提升下载速度和安装成功率

让PIP源使用国内镜像,提升下载速度和安装成功率

让PIP源使用国内镜像,提升下载速度和安装成功率。

让PIP源使用国内镜像,提升下载速度和安装成功率。

让pip使用国内镜像,解决下载速度慢的问题

PIP源使用国内镜像