Add note on Python version to backend README.md

This commit is contained in:
Oliver Stanley
2023-01-10 20:05:30 +00:00
committed by GitHub
parent 8ce84ecef8
commit 8b44183843
+3
View File
@@ -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