Update INSTALL.md (#223)

This commit is contained in:
miller 2023-05-04 13:34:01 +08:00 committed by GitHub
parent b03634fb7c
commit 09f57741fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,9 @@ $ conda env remove -p /your_path/env_name
# 拉取仓库 # 拉取仓库
$ git clone https://github.com/imClumsyPanda/langchain-ChatGLM.git $ git clone https://github.com/imClumsyPanda/langchain-ChatGLM.git
# 进入目录
$ cd langchain-ChatGLM
# 安装依赖 # 安装依赖
$ pip install -r requirements.txt $ pip install -r requirements.txt
``` ```