Installation

To install niftyone, you can use your installer of choice (e.g. pip, pipx, uv, etc). For example, to install the application with pip, use the following command:

pip install git+https://github.com/childmindresearch/niftyone

tip

Replace pip with your installer of choice.

If installed properly, you should be able to run the following in your terminal:

niftyone -h

note

For external dependencies, please refer to their respective documentation pages.