-
Install poetry running
pip install poetry
orcurl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
-
Install dependencies by running
poetry install
-
Activate the environment
-
Install pre-commit (for linting) by running
pre-commit install