···29### Production deployment on Ubuntu (and similar systems) [WIP]
3031See [./docs/DEPLOY.md](./docs/DEPLOY.md)
00000000
···29### Production deployment on Ubuntu (and similar systems) [WIP]
3031See [./docs/DEPLOY.md](./docs/DEPLOY.md)
32+33+34+### Running the tests locally
35+36+```sh
37+python3 -m pip install -e .[test] # install the testing dependencies (only needed once, unless new deps are added)
38+python3 -m pytest . # run the tests
39+```