From 29bac17839cb882bb0e63d968555d2b195a33e22 Mon Sep 17 00:00:00 2001 From: wxl200219 <156946462@qq.com> Date: Thu, 26 Dec 2024 01:23:01 +0000 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20fix:=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?pip=E5=AE=89=E8=A3=85=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wxl200219 <156946462@qq.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 216a177..0aab2ed 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ ```shell # 安装依赖 -pip insall -r requirements.txt +pip install -r requirements.txt # 启动 python main.py -- Gitee