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¶
- Python 2.7, 3.4, 3.5, or 3.6
- numpy (1.7 or later)
- pandas (0.15.0 or later)
- xarray (0.9.0 or later)
- netcdf4-python (1.2.1 or later)
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.