From 77ca3f1e924ec47beeae155ced8e3efb4514d2f2 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:09:02 +0100 Subject: [PATCH] docs(*): Update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8c855d..39e916c 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ ## Prerequisites -1. Install Visual C++ 14.0 or greater from https://visualstudio.microsoft.com/visual-cpp-build-tools/ -2. Run `pip install setuptools==65.5.0 pip==21` as gym 0.21 installation is broken with more recent versions -3. You can now install the packages manually or using the requirements.txt file. To do the latter, run `pip3 install -r requirements.txt` +1. Install Python version 3.9.0 +2. Install Visual C++ 14.0 or greater from https://visualstudio.microsoft.com/visual-cpp-build-tools/ +3. Run `pip install setuptools==65.5.0 pip==21` as gym 0.21 installation is broken with more recent versions +4. You can now install the packages manually or using the requirements.txt file. To do the latter, run `pip3 install -r requirements.txt` ### Manual package installation