Installation

We recommend using imea in an Anaconda enviroment.

You can install imea using the pip package manager:

pip install imea

Install from sources

An other option is to clone the imea repository and install it manually:

git clone https://git.rwth-aachen.de/ants/sensorlab/imea
cd imea
pip install .

Dependencies

imea is tested in Python 3.7+. To use imea the following packages are required:

Requierements are also listed in requirements.txt (for using imea) and requirements-dev.txt (for development and running tests).

Tests

Unit tests are available in the tests folder. To execute the tests with pytest you can run the following command:

  python -m pytest tests