git clone --recurse-submodules https://github.com/YOUR_GH_USERNAME/cohort_creator.gitpip install -e '.[dev]'In case you need to recreate the listing of datasets, you may need to install all the openneuro datasets contained in the datalad superdataset.
If so make sure to use the following command to facilate installing datasets in parallel:
datalad -f '{path}' subdatasets | xargs -n 1 -P 10 datalad install