We should modify the readme to include clear dev guidelines. This includes: - How to install dev dependencies (`pip install -e .[dev]`) - How to run the auto-formatter, linter, static type checker (eventually) and the unit tests (eventually) See [here](https://docs.github.com/en/github/building-a-strong-community/setting-guidelines-for-repository-contributors).
We should modify the readme to include clear dev guidelines. This includes:
pip install -e .[dev])See here.