There was an error while loading. Please reload this page.
1 parent 09a512b commit a66e72cCopy full SHA for a66e72c
README.md
@@ -101,6 +101,7 @@ We recommend using `conda` to manage environments. After setup of the environmen
101
#### Manual
102
To install MDP Playground manually, clone the repository and run:
103
```bash
104
+pip install -r requirements.txt
105
pip install -e .[extras]
106
```
107
This might be the preferred way if you want easy access to the included experiments.
0 commit comments