From 52c2e539683e50283404b059e6aa25311f91e711 Mon Sep 17 00:00:00 2001 From: JesterHey <144512889+JesterHey@users.noreply.github.com> Date: Sun, 10 Dec 2023 16:14:26 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 619849c..28a5574 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ https://github.com/JesterHey/GPTPowered_EducoderHelper/assets/144512889/9311545f 下载完毕后,继续输入这个指令: ```pip install -r requirements.txt``` - 2. 如果你不太用 Git,那么请下载本项目的压缩包并解压,然后一定要**进入项目的根目录**,就是所有源文件们的那里。确定好了,就在文件夹的空白处右键选择**在终端中打开**,然后输入这个指令: + 2. 如果你不太用 Git,那么请下载本项目的压缩包并解压,然后一定要**进入项目的根目录**,就是所有源文件所在的那里。确定好了,就在文件夹的空白处右键选择**在终端中打开**,然后输入这个指令: ```pip install -r requirements.txt``` >Mac 或 Linux 用户可能需要这样输入:```pip3 install -r requirements.txt```