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 with Ruff:
ruff check viscy
Format the code with Black:
black viscy
Run tests with pytest
:
pytest -v