diff --git a/chatchat-server/README.md b/chatchat-server/README.md index 27ecdd18a..eb13bb66e 100644 --- a/chatchat-server/README.md +++ b/chatchat-server/README.md @@ -2,7 +2,7 @@ ### 加入开发 #### 依赖管理:Poetry与env/dependency管理方法 这个项目使用 Poetry 来管理依赖。 -> 注意:在安装Poetry之前,如果您使用Conda,请创建并激活一个新的Conda env(例如,`conda create-n chatchat python=3.9`) +> 注意:在安装Poetry之前,如果您使用Conda,请创建并激活一个新的Conda env(例如,`conda create -n chatchat python=3.9`) Install Poetry: [documentation on how to install it.](https://python-poetry.org/docs/#installing-with-pipx) diff --git a/model-providers/README.md b/model-providers/README.md index 7dabe4d77..263fe2d69 100644 --- a/model-providers/README.md +++ b/model-providers/README.md @@ -2,7 +2,7 @@ ### 加入开发 #### 依赖管理:Poetry与env/dependency管理方法 这个项目使用 Poetry 来管理依赖。 -> 注意:在安装Poetry之前,如果您使用Conda,请创建并激活一个新的Conda env(例如,`conda create-n chatchat python=3.9`) +> 注意:在安装Poetry之前,如果您使用Conda,请创建并激活一个新的Conda env(例如,`conda create -n chatchat python=3.9`) Install Poetry: [documentation on how to install it.](https://python-poetry.org/docs/#installing-with-pipx)