Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
0b4b37c707
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -13,6 +13,9 @@ poetry env info
 poetry config --list
 poetry config virtualenvs.in-project true
 
+# 国内镜像
+poetry source add --priority=default mirrors https://mirrors.aliyun.com/pypi/simple/
+
 pyenv local 3.9.10
 poetry env use $(pyenv which python)