Installation¶
On a functional Python 3.10 (or above) environment with pip installed,
niquery can be installed using the habitual command:
python -m pip install niquery
Check your installation with the following command line:
python -c "from niquery import __version__; print(__version__)"
External Dependencies¶
niquery requires DataLad for the data aggregation process. Instructions to install it can be found here.