Skip to content
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
JackDainzh authored Jul 19, 2025
commit cc8dcc9de73682ffeac9d3f249eda351be662408
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Feel free to contact me (linyuchen@stu.pku.edu.cn) or open an issue if you have
- [ ] Release preprocessed dataset.

## 🔧 Installation
Go to the project root directory:
Go to the project root directory, make and activate venv:
```
python -m venv venv (activate venv)
python -m venv venv
```
From venv:
```
Expand Down