From f9f542a8c04b38d4891992a85b5e0b3911409b7a Mon Sep 17 00:00:00 2001 From: Brynn Arborico Date: Wed, 11 Sep 2024 17:45:48 +0000 Subject: [PATCH] Note Python 3.11 dependency in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e6baf6..508fdb2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ CLIENT_ORIGIN_URL=http://localhost:3000 REACT_APP_API_SERVER_URL=http://localhost:6060 ``` -Next, run the following commands to set up your python virtual environment. Access can be run with Python 3.10 and above: +Next, run the following commands to set up your python virtual environment. Access can be run with Python 3.11 and above: ``` python3 -m venv venv