Skip to content

Commit

Permalink
Fix documentation for installing multiple extras (remove space) (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower authored Jul 16, 2023
1 parent d433ddd commit 740fa08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ pip install shimmy
```
To install required dependencies for environments, specify them as follows:
```
pip install shimmy[bsuite, atari]
pip install "shimmy[bsuite,atari]"
```

Choices: `gym-v21`, `gym-v26`, `atari`, `bsuite`, `dm-control`, `dm-control-multi-agent`, `openspiel`, `meltingpot`

For development and testing:

```
pip install shimmy[all, testing]
pip install "shimmy[all,testing]"
```


Expand Down

0 comments on commit 740fa08

Please sign in to comment.