From f5e2141519b23353bb73ef97dff844c4366ab78f Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Thu, 30 May 2024 09:17:59 +0800 Subject: [PATCH] fix code.md typos --- docs/contributing/code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/code.md b/docs/contributing/code.md index 138f3e6c..035e7d1d 100644 --- a/docs/contributing/code.md +++ b/docs/contributing/code.md @@ -11,12 +11,12 @@ #### 依赖管理: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) > 注意: 如果您使用 Conda 或 Pyenv 作为您的环境/包管理器,在安装Poetry之后, -> 使用如下命令使Poetry使用virtualenv python environment (`poetry config virtualenvs.prefer-active-python true`) +> 使用如下命令使 Poetry 使用 virtualenv python environment (`poetry config virtualenvs.prefer-active-python true`) #### 本地开发环境安装