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.