From db395714931903c04ca38f3af2c27d9a858336e3 Mon Sep 17 00:00:00 2001 From: gongjy <2474590974@qq.com> Date: Wed, 30 Oct 2024 10:39:29 +0800 Subject: [PATCH] update readme --- README.md | 1 + README_en.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 0265d7c..5b1c248 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ python 2-eval.py ``` 或者启动streamlit,启动网页聊天界面 +> 「注意」需要python>=3.10,安装 `pip install streamlit==1.27.2` ```bash # or step 3, use streamlit diff --git a/README_en.md b/README_en.md index 6fa434f..f2e0aff 100644 --- a/README_en.md +++ b/README_en.md @@ -191,6 +191,7 @@ python 2-eval.py ``` or you can run streamlit, launch a web page to chat with minimind-v1 +> Requires python>=3.10, install `pip install streamlit==1.27.2` ```bash # or step 3, use streamlit