docs(*): Update readme

This commit is contained in:
Josh Creek
2023-09-25 20:09:02 +01:00
parent 19bea0f654
commit 77ca3f1e92
+4 -3
View File
@@ -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