Install with
pip install .
If you are a developer:
- Install pre-commit hooks (this will automatically format code with black):
pip install pre-commit pre-commit install
Note: pre-commit.ci is enabled for this repository, which will automatically format code with black on all pull requests.
