From 8b441838431b5382d9293c3541263f2c03518012 Mon Sep 17 00:00:00 2001 From: Oliver Stanley Date: Tue, 10 Jan 2023 20:05:30 +0000 Subject: [PATCH] Add note on Python version to backend README.md --- backend/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/README.md b/backend/README.md index a9507d5e..80c39dfd 100644 --- a/backend/README.md +++ b/backend/README.md @@ -7,6 +7,9 @@ In root directory, run database. The default settings are already configured to connect to the database at `localhost:5432`. +Python 3.10 is required. It is recommended to use `pyenv` which will recognise +the `.python-version` in the project root directory. + Make sure you have all requirements installed. You can do this by running `pip install -r requirements.txt` inside the `backend` folder and `pip install -e .` inside the `oasst-shared` folder. Then, run the backend using