pip install 加速

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt

python -m pip install xxx
加速:清华代理 -i https://pypi.tuna.tsinghua.edu.cn/simple/
    -i  http://mirrors.aliyun.com/pypi/simple/ //阿里
    -i  http://pypi.douban.com/ //豆瓣
    -i  http://pypi.hustunique.com/ //华中理工大学
    -i  http://pypi.sdutlinux.org/ //山东理工大学
    -i  http://pypi.mirrors.ustc.edu.cn/ //中国科学技术大学

github激活 : https://zhile.io/custom-license.html

原文地址:https://www.cnblogs.com/why-home/p/12552544.html