Browse Source

Update 'README.md'

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

+ 2 - 0
README.md

@@ -20,7 +20,9 @@ poetry source add --priority=primary mirrors https://mirrors.aliyun.com/pypi/sim
 poetry source add --priority=primary mirrors https://mirrors.cloud.tencent.com/pypi/simple
 poetry source add --priority=primary mirrors https://mirrors.cloud.tencent.com/pypi/simple
 poetry install
 poetry install
 poetry install --with data   # 安装可选依赖
 poetry install --with data   # 安装可选依赖
+
 poetry shell
 poetry shell
+eval $(poetry env activate)
 
 
 
 
 pyenv local 3.9.10
 pyenv local 3.9.10