From 8daee21fcc32be9981ab24314893729ef1886876 Mon Sep 17 00:00:00 2001 From: fanpt <320622572@qq.com> Date: Wed, 6 Mar 2024 10:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a94fa2..c5dd5ed 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,15 @@ conda create --name qa_env python=3.10 conda activate qa_env ``` -### 4. 进入项目目录,运行接口程序 + +### 4. 安装对应包 + +```bash +pip install -r requirements.txt +``` + + +### 5. 进入项目目录,运行接口程序 ``` cd virtual_patient_qa