Update README.md

This commit is contained in:
Jordan Terry
2022-09-13 19:20:44 -04:00
committed by GitHub
parent 91769fc862
commit e68d7dae37

View File

@@ -14,7 +14,7 @@ Gym documentation website is at [gymnasium.farama.org](https://gymnasium.farama.
To install the base Gymnasium library, use `pip install gymnasium`.
This does not include dependencies for all families of environments (there's a massive number, and some can be problematic to install on certain systems). You can install these dependencies for one family like `pip install gymnasium[atari]` or use `pip install gym[all]` to install all dependencies.
This does not include dependencies for all families of environments (there's a massive number, and some can be problematic to install on certain systems). You can install these dependencies for one family like `pip install gymnasium[atari]` or use `pip install gymnasium[all]` to install all dependencies.
We support and test for Python 3.7, 3.8, 3.9 and 3.10 on Linux and macOS. We will accept PRs related to Windows, but do not officially support it.