使用国内镜像通过pip安装python的一些包

国内pip souce地址:http://pypi.douban.com/simple/

pip 使用方法:pip install 包名 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple –upgrade tensorflow-gpu

猜你喜欢

转载自www.cnblogs.com/lincolnlu/p/9303209.html