目录
安装软件,提高速度,可以使用清华源
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
原文地址:https://www.cnblogs.com/bs2019/p/12146729.html
时间: 2024-10-22 06:12:05