- Source code formatting: use black. A recipe for running it is provided in the Makefile: just
make format.
- Set up a Python virtual environment with
python -m venv venvat the root of this project. - Run
make devto install the project in editable mode and install dependencies.
$ python -m venv venv
$ make devThe Makefile is already configured to use Python from the virtual environment venv; for running other commands, activate it using source venv/bin/activate.