Browse Source

Update 'README.md'

天问 1 month ago
parent
commit
e54455f679
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -17,6 +17,7 @@ poetry config virtualenvs.in-project true
 
 # 国内镜像
 poetry source add --priority=primary mirrors https://mirrors.aliyun.com/pypi/simple/
+poetry source add --priority=primary mirrors https://mirrors.cloud.tencent.com/pypi/simple
 poetry install
 poetry install --with data   # 安装可选依赖
 poetry shell