mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-23 15:04:20 +00:00
Update README.md
This commit is contained in:
@@ -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`.
|
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.
|
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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user