Skip to content

Commit 96d8680

Browse files
README also does not contain quotes in pip install command
1 parent efb4d65 commit 96d8680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Actions `gymnasium.spaces`:
210210
## Testing the installation
211211
### Install dependencies
212212
```sh
213-
pip install -e .[docs,tests,extra]
213+
pip install -e '.[docs,tests,extra]'
214214
```
215215
### Run tests
216216
All unit tests in stable baselines3 can be run using `pytest` runner:

0 commit comments

Comments
 (0)