Skip to content

Commit

Permalink
improvement: update pip.conf file add pipenv and potry china pypi source
Browse files Browse the repository at this point in the history
  • Loading branch information
EscapeLife committed Apr 20, 2020
1 parent ccdeacc commit 3a170d6
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions pip/pip.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[global]
index-url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
[global]
index-url = https://mirrors.aliyun.com/pypi/simple
[install]
trusted-host=mirrors.aliyun.com

[[source]]
name = "aliyun"
verify_ssl = true
url = "https://mirrors.aliyun.com/pypi/simple"

[[tool.poetry.source]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple"

0 comments on commit 3a170d6

Please sign in to comment.