We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb4d65 commit 96d8680Copy full SHA for 96d8680
README.md
@@ -210,7 +210,7 @@ Actions `gymnasium.spaces`:
210
## Testing the installation
211
### Install dependencies
212
```sh
213
-pip install -e .[docs,tests,extra]
+pip install -e '.[docs,tests,extra]'
214
```
215
### Run tests
216
All unit tests in stable baselines3 can be run using `pytest` runner:
0 commit comments