From 187ea13e2976dde30b02febc6575bdc35693fca3 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Wed, 29 Nov 2023 18:59:01 +0000 Subject: [PATCH] docs(*): Update readme --- rlgym training/readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/rlgym training/readme.md b/rlgym training/readme.md index e926650..9448fb0 100644 --- a/rlgym training/readme.md +++ b/rlgym training/readme.md @@ -1,9 +1,14 @@ # Sarpy v3 -`python3 -m venv venv` +Must use python version 3.9 + +If on Ubuntu, run `sudo apt-get install python3.9-distutils` + +`pip install setuptools==65.5.0 pip==21` + +`python3 -m venv venv` or to specify a specific version you have installed `virtualenv -p /bin/python3.9 venv` - this example uses 3.9. On Windows `./venv/Scripts/activate` On Mac/Linux `source venv/bin/activate` `pip3 install -r requirements.txt` -