git clone https://github.com/brainglobe/brainglobe-data-api-connectivity
cd brainglobe-data-api-connectivityWe recommend installing brainglobe-data-api-connectivity within a conda or mamba environment.
Instructions assume conda usage, but mamba/micromamba are interchangeable.
conda env create -n data-api-connectivity python=3.13
conda activate data-api-connectivityInstall the package in editable mode with the following command:
pip install -e .[dev]