Clone or fork the repository, then make an editable installation with all the development dependencies:
# in project root directory (parent folder of pyproject.toml)
pip install -e ".[dev]"Lint and format with Ruff:
ruff check viscy
ruff format viscy testsRun tests with pytest:
pytest -v