Datasets:
LEAP
/

ArXiv:
License:
juannat7 commited on
Commit
3fa18e5
·
verified ·
1 Parent(s): 9a4b273

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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
  ```