Installing emiprep

Warning

emiprep is currently in pre-alpha stage. It is currently not useable yet, even though this documentation reads as if it were. For the time being, please refer to the Getting started documentation.

Required dependencies

Instructions

The recommended way to install emiprep is using the Anaconda platform. If you don’t have Anaconda installed on your system yet, you can use the minimal miniconda installation.

Note

Currently, the Anaconda installation of emiprep only works with Python 3.5.

I strongly recommend to install emiprep in its own Anaconcda environment. To do so, run the commands

conda create -n emiprep_env python=3.5
source activate emiprep_env
conda install -c andreas-h emiprep

Now, whenever you want to use emiprep, you have to source activate emiprep_env first.