Installation

You can install expipe using pip:

>>> pip install expipe

Alternatively, expipe can be installed from source as follows:

>>> git clone https://github.com/CINPLA/expipe.git
>>> cd expipe
>>> python setup.py develop