Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 287 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 287 Bytes

Pydra Nibabel

Selection of nibabel functions wrapped in Pydra tasks

For developers

Install repo in developer mode from the source directory. It is also useful to install pre-commit to take care of styling via black:

pip install -e .[dev]
pre-commit install