update INSTALL.md (#1250)

Co-authored-by: zzflybird <cmz1@qq.com>
This commit is contained in:
mz 2023-08-26 12:30:54 +08:00 committed by GitHub
parent 32bf508745
commit 78e79af68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,10 +31,10 @@ $ conda env remove -p /your_path/env_name
```shell
# 拉取仓库
$ git clone https://github.com/imClumsyPanda/langchain-ChatGLM.git
$ git clone https://github.com/chatchat-space/Langchain-Chatchat.git
# 进入目录
$ cd langchain-ChatGLM
$ cd Langchain-Chatchat
# 安装全部依赖
$ pip install -r requirements.txt