Getting StartedΒΆ
bidsbuilder needs to be cloned from the github repo before installing locally:
pip install -e .
this is a test of the docs and me figuring out how it works
from bidsbuilder import BidsDataset
myData = BidsDataset()
myData.build()
bidsbuilder needs to be cloned from the github repo before installing locally:
pip install -e .
this is a test of the docs and me figuring out how it works
from bidsbuilder import BidsDataset
myData = BidsDataset()
myData.build()