Installation

Stable release

To install the most recent stable release of exma with pip, run the following command in your termninal:

pip install exma

From sources

To install exma from sources, you need to clone the GitHub repo on your local machine and install:

git clone https://github.com/fernandezfran/exma.git
cd exma/
pip install -e .