From 52d687297ef14df0e52c2cb2d06abba9197b365a Mon Sep 17 00:00:00 2001 From: chenyanpanX Date: Wed, 15 Oct 2025 06:26:03 +0000 Subject: [PATCH] =?UTF-8?q?fix=20typo=EF=BC=9A=20=E6=8C=89=E7=85=A7=20->?= =?UTF-8?q?=20=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenyanpanX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21043bc..0f6c731 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ dnf install euler-copilot-tune-1.0-1.oe2403sp2.aarch64.rpm ```bash tail -f /pip_install.log ``` -* 如果按照完成后出现 pip 包安装失败情况,请单独执行如下命令进行安装: +* 如果安装完成后出现 pip 包安装失败情况,请单独执行如下命令进行安装: ```bash pip install fastapi numpy openai paramiko pydantic pyyaml scikit-learn tqdm uvicorn requests langchain langchain-openai email-validator httpx tabulate gssapi pandas faiss-cpu pyfiglet mcp ``` -- Gitee