pip安装有时候不起作用,可能是访问国外网站速度过慢导致的
pip install django==1.11.7
此时,可以用国内镜像,上述命令改成这样
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn django==1.11.7
开发板推荐:天空星STM32F407VET6开发板
超高性价比 STM32主控 | 超高主频 | 一板兼容百芯 | 比赛神器 | 沉金彩色丝印
pip安装有时候不起作用,可能是访问国外网站速度过慢导致的
pip install django==1.11.7
此时,可以用国内镜像,上述命令改成这样
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn django==1.11.7
开发板推荐:天空星STM32F407VET6开发板
超高性价比 STM32主控 | 超高主频 | 一板兼容百芯 | 比赛神器 | 沉金彩色丝印
4万+

被折叠的 条评论
为什么被折叠?
