You'll need a copy of pixi
and git
in your machine. Then:
- Clone this repo to disk.
pixi run test
to run the tests. Choose your desired Python version by picking the adequate environment.pixi run docs
to build the docs andpixi run serve
to serve them in your browser.pixi run lint
to run the pre-commit linters and formatters.