# Requirements: * Python * SimpleITK * NumPy # Install * [`conda`](https://conda.io/miniconda.html) * [SimpleITK](http://www.simpleitk.org/) and [NumPy](http://www.numpy.org/): ``` conda install numpy -y conda install -c simpleitk simpleitk -y ```