Installation¶
With pip¶
The easiest way to install emiproc is to use pip. This will install the latest release from PyPI.
pip install emiproc
From source¶
First create a folder for emiproc and go into it.
mkdir emiproc
cd emiproc
Clone the repository
git clone https://github.com/C2SM-RCM/emiproc.git .
Then install using pip, with the editable (-e option) to allow you to directly modify the cloned code.
pip install -e .