Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,10 @@ We establish two tasks: full and sparse dynamics prediction.
|
|
15 |
📚: [https://arxiv.org/abs/2402.00712](https://arxiv.org/abs/2402.00712)
|
16 |
|
17 |
## Getting Started
|
18 |
-
**Step 1**: Clone the [ChaosBench](https://github.com/leap-stc/ChaosBench) Github repository
|
|
|
|
|
|
|
19 |
|
20 |
**Step 2**: Create local directory to store your data, e.g.,
|
21 |
```
|
|
|
15 |
📚: [https://arxiv.org/abs/2402.00712](https://arxiv.org/abs/2402.00712)
|
16 |
|
17 |
## Getting Started
|
18 |
+
**Step 1**: Clone the [ChaosBench](https://github.com/leap-stc/ChaosBench) Github repository and install requirements
|
19 |
+
```
|
20 |
+
pip install -r requirements.txt
|
21 |
+
```
|
22 |
|
23 |
**Step 2**: Create local directory to store your data, e.g.,
|
24 |
```
|