BIDSKIT can be installed from GitHub source or from PyPI using the pip command
bidskit was developed for Python 3.7 and depends on several popular packages including numpy and pydicom. Python dependencies are handled through setuptools (setup.py) during installation.
bidskit also requires that dcm2nixx version 1.0.20181125 or later. See Chris Rorden’s GitHub repository for detailed installation instructions.
% git clone https://github.com/jmtyszka/bidskit.git
% cd bidskit
% [sudo] python3 setup.py install
% [sudo] pip3 install bidskit
We recommend installing the Node.js application bids-validator for post-conversion validation from within bidskit.
% npm install -g bids-validator