fix code.md typos

This commit is contained in:
imClumsyPanda 2024-05-30 09:17:59 +08:00
parent 3cbf0a9bc1
commit f5e2141519

View File

@ -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`)
#### 本地开发环境安装