python開發之windows下pip國內源配置

以下倆配置可以切換着使用

 

阿里雲pypi源

[global]
index-url = https://mirrors.aliyun.com/pypi/simple/

[install]
trusted-host=mirrors.aliyun.com

豆瓣pypi源

[global]
index-url = http://pypi.douban.com/simple
[install]
trusted-host = pypi.douban.com

 

 


— —

待續……

創作辛苦!

您的每一個點贊就是我努力的前進動力!

更多精彩,請關注本博主!

微信公衆號也已開通,正在更新ing,歡迎關注「碼農coding」!
在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章