常用镜像,下载源

pip安装常用下载源

清华源

pip --default-timeout=1000 install xxx==版本 -i https://pypi.tuna.tsinghua.edu.cn/simple

豆瓣源

pip --default-timeout=1000 install xxx==版本 -i https://pypi.douban.com/simple

常用软件下载源

1. https://registry.npmmirror.com/binary.html

你可能感兴趣的:(python,tensorflow,pycharm)