Merge pull request #604 from olliestanley/backend-python-version-note

Add note on Python version to backend README.md
This commit is contained in:
Yannic Kilcher
2023-01-10 21:11:42 +01:00
committed by GitHub
+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