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.
- Clone this branch to your local system
% git clone https://github.com/jmtyszka/bidskit.git
- Install to your local Python 3 environment
% cd bidskit % [sudo] python3 setup.py install
- Install the latest Python 3 version of bidskit from PyPI
% [sudo] pip3 install bidskit
We recommend installing the Node.js application bids-validator for post-conversion validation from within bidskit.
- Install Node.js (version 8.0 or later)
- Install bids-validator
% npm install -g bids-validator