- Create conda environment
$ git clone --depth=1 https://github.com/GangCaoLab/InnerEye.git
$ cd InnerEye
$ conda env create -f environment.yml
$ conda activate innereye
- Install SimpleElastix in the environment
see https://simpleelastix.readthedocs.io/GettingStarted.html
- setup install
(innereye) $ python setup.py install