···2929### Production deployment on Ubuntu (and similar systems) [WIP]
30303131See [./docs/DEPLOY.md](./docs/DEPLOY.md)
3232+3333+3434+### Running the tests locally
3535+3636+```sh
3737+python3 -m pip install -e .[test] # install the testing dependencies (only needed once, unless new deps are added)
3838+python3 -m pytest . # run the tests
3939+```