update readme

This commit is contained in:
Chuyue Sun 2024-05-24 22:42:32 -07:00
parent 1e5a9c0fb4
commit 516a93851a
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ Update submodule
``` bash
git submodule update --init
```
Install dependencies
```bash
poetry install
```
Execute
```bash