个人CSDN博客地址:https://xiaoshen.blog.csdn.net/
个人掘金博客地址:https://juejin.cn/user/70007368988926/
努力学习中,不会就去学,学习永远不会吃亏的。
In the process of hard work, if you don't know how to learn, go ahead and learn. Learning will never be at a disadvantage
https://pypi.tuna.tsinghua.edu.cn/simple/ 清华
http://pypi.doubanio.com/simple/ 豆瓣
http://mirrors.aliyun.com/pypi/simple/ 阿里
https://pypi.mirrors.ustc.edu.cn/simple/ 中国科学技术大学
http://mirrors.163.com/pypi/simple/ 网易
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
常用源地址:
官方: http://www.npmjs.org
阿里: https://registry.npmmirror.com
查看源地址
npm config get registry
设置源地址:
npm config set registry http://www.npmjs.org
npm config set registry https://registry.npmmirror.com