From 9569bcfeaa996fee46402b386d3e4a13783b5461 Mon Sep 17 00:00:00 2001 From: fanpt <320622572@qq.com> Date: Wed, 6 Mar 2024 10:29:12 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b261ff3..33c4a0a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ conda activate qa_env ### 4. 安装对应包 ```bash -pip install -r requirements.txt +pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple ```