Installation

The suggested way to install is to first prepare an environment suitable for the ivim package using e.g. conda with a compatible python version (>= 3.10):

conda create -n ivim python == 3.10

Activate the environment and install the prerequisities:

conda activate ivim
conda install -c anaconda -c conda-forge nibabel scipy numpy

Download the package with:

git clone https://github.com/oscarjalnefjord/ivim.git

To install the package, run:

pip install -e ivim

If you are not in the directory of the repository, run:

pip install -e /path/to/ivim

where /path/to/ivim points to the directory of the repository.