You'll need a copy of pixi and git in your machine. Then:
- Clone this repo to disk.
- Configure conda-forge to your channels if you haven't already:
This ensures tests can find packages from conda-forge
conda config --add channels conda-forge
pixi run testto run the tests. Choose your desired Python version by picking the adequate environment.pixi run docsto build the docs andpixi run serveto serve them in your browser.pixi run lintto run the pre-commit linters and formatters.pixi run newsto create a news file for your Pull Request.pixi run news 476-deprecate-old-command --section "deprecations" --message "Mark old subcommand for deprecation. (#476)"
Note: Be sure to include updates to the changelog in your pull request.