Skip to content

Commit

Permalink
Added single quotes around pip install arguments with square brackets (
Browse files Browse the repository at this point in the history
  • Loading branch information
shahofblah authored Jan 16, 2024
1 parent cdbecd7 commit fd86cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To install the base PettingZoo library: `pip install pettingzoo`.

This does not include dependencies for all families of environments (some environments can be problematic to install on certain systems).

To install the dependencies for one family, use `pip install pettingzoo[atari]`, or use `pip install pettingzoo[all]` to install all dependencies.
To install the dependencies for one family, use `pip install 'pettingzoo[atari]'`, or use `pip install 'pettingzoo[all]'` to install all dependencies.

We support Python 3.8, 3.9, 3.10 and 3.11 on Linux and macOS. We will accept PRs related to Windows, but do not officially support it.

Expand Down

0 comments on commit fd86cf8

Please sign in to comment.