mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-06 23:15:53 +08:00
fix code.md typos
This commit is contained in:
parent
3cbf0a9bc1
commit
f5e2141519
@ -11,12 +11,12 @@
|
|||||||
|
|
||||||
#### 依赖管理:Poetry与env/dependency管理方法
|
#### 依赖管理:Poetry与env/dependency管理方法
|
||||||
这个项目使用 Poetry 来管理依赖。
|
这个项目使用 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)
|
Install Poetry: [documentation on how to install it.](https://python-poetry.org/docs/#installing-with-pipx)
|
||||||
|
|
||||||
> 注意: 如果您使用 Conda 或 Pyenv 作为您的环境/包管理器,在安装Poetry之后,
|
> 注意: 如果您使用 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`)
|
||||||
|
|
||||||
#### 本地开发环境安装
|
#### 本地开发环境安装
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user