#2464 - Correcting Python versioning pre-req range on README.md as we do not currently support Python3.11

This commit is contained in:
Charlie Crane
2024-05-01 12:04:11 +01:00
parent 4763344835
commit 8d9ffab514

View File

@@ -33,7 +33,7 @@ Currently, the PrimAITE wheel can only be installed from GitHub. This may change
#### Windows (PowerShell)
**Prerequisites:**
* Manual install of Python >= 3.8 < 3.12
* Manual install of Python >= 3.8 < 3.11
**Install:**
@@ -51,7 +51,7 @@ primaite setup
#### Unix
**Prerequisites:**
* Manual install of Python >= 3.8 < 3.12
* Manual install of Python >= 3.8 < 3.11
``` bash
sudo add-apt-repository ppa:deadsnakes/ppa