From 0a122a5a9d7d23fef8fdcce54cca99185b997f30 Mon Sep 17 00:00:00 2001 From: Vicente Reyes Date: Wed, 22 Nov 2023 20:58:37 +0800 Subject: [PATCH] Update developing-locally.rst Update python version to 3.12 --- docs/developing-locally.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index 92379f4fd..cfc3f427f 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -9,7 +9,7 @@ Setting Up Development Environment Make sure to have the following on your host: -* Python 3.11 +* Python 3.1 * PostgreSQL_. * Redis_, if using Celery * Cookiecutter_ @@ -18,7 +18,7 @@ First things first. #. Create a virtualenv: :: - $ python3.11 -m venv + $ python3.12 -m venv #. Activate the virtualenv you have just created: ::