Skip to content

Latest commit

History

History
11 lines (7 loc) 路 420 Bytes

SETUP.md

File metadata and controls

11 lines (7 loc) 路 420 Bytes

Set up a development environment

Since we use poetry as the default package manager, it must be installed. Please refer to https://python-poetry.org/docs/#installation.

Run poetry install to get the dependencies.

Run pre-commit install to set the git checks before commiting.

Make yourself sure you are able to run the tests. Refer to the appropriate section in this guide.