From 8a407ad1c65e4499d4630953cd3de8e79d307c7a Mon Sep 17 00:00:00 2001 From: gongjy <2474590974@qq.com> Date: Fri, 13 Sep 2024 22:10:07 +0800 Subject: [PATCH] update readme --- README.md | 4 ++++ README_en.md | 11 +++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a00500d..9f534fd 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,10 @@ streamlit run fast_inference.py # ๐Ÿ“Œ Quick Start +* 0ใ€็Žฏๅขƒๅฎ‰่ฃ… + ```bash + pip install -r requirements.txt + ``` * 1ใ€ๅ…‹้š†้กน็›ฎไปฃ็  ```text git clone https://github.com/jingyaogong/minimind.git diff --git a/README_en.md b/README_en.md index 9e10c0f..59157bf 100644 --- a/README_en.md +++ b/README_en.md @@ -160,15 +160,18 @@ The project has been deployed to ModelScope makerspace, where you can experience # ๐Ÿ“Œ Quick Start -* - 1. Clone the project code +* 0. Install the required dependencies + ```bash + pip install -r requirements.txt + ``` + +* 1. Clone the project code ```text git clone https://github.com/jingyaogong/minimind.git ``` -* - 2. If you need to train the model yourself +* 2. If you need to train the model yourself * 2.1 Download the [dataset download link](#dataset-download-link) and place it in the `./dataset` directory.