From 590db96e36fcef8c190787f5054322d49bf496d3 Mon Sep 17 00:00:00 2001 From: J K Terry Date: Tue, 14 Sep 2021 22:13:46 -0400 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f3d2d64cc9..680a3ef5051 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Gym currently has two pieces of documentation: the [documentation website](http: To install the base Gym library, use `pip install gym`. -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 gym[atari]` or use `pip install gym[box2d]` 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 gym[atari]` or use `pip install gym[all]` to install all dependencies. We support Python 3.6, 3.7, 3.8 and 3.9 on Linux and macOS. We will accept PRs related to Windows, but do not officially support it.