修改python pip3镜像源

 

方法一:

 

pip3 install 包名  -i 镜像源url 

 

主要的镜像源:

 pip3 install tornado -i https://pypi.douban.com/simple/ 
 pip3 install -i https://pypi.douban.com/simple/ tornado

 
 
方式二 :

方式二并没有尝试去操作,使用一方式挺方便

 


 

posted on 2019-08-06 15:29  yingchen  阅读(730)  评论(0编辑  收藏  举报

导航