Scientific AI and the Future of OME-Zarr
How to run Pixi tasks
Pixi lets you define and run project tasks in your pixi.toml or pyproject.toml.
To run a task (e.g., start):
pixi run start
You can define custom tasks (like test, lint, etc.) and run them the same way:
pixi run test
pixi run lint
Pixi ensures all dependencies and the environment are set up before running your task.