From c309547099099bdff9fac829dc97b546e270d1b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Wed, 3 May 2023 09:42:49 +0200 Subject: [PATCH] Update README.md Clarify the Python target version for 3.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ef8d753ed..60423771d7 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ All setup and dependency installation instructions are contained in this repo. A ### Installing Dependencies and Code -To run the source code, you will need Python 3.7 or newer! +To run the source code, you will need Python 3.7 or newer! We target Python 3.11 in our newer bundles and we recommend you to do the same. Note: It is recommended to install the requirements into a [virtual environment](https://docs.python.org/3/tutorial/venv.html).