Installation

The installation of this package can either be done by cloning the git repository and installing it or by using pip. Also this package can be installed in user oder developer mode.

User Installation

$ git clone https://git.rwth-aachen.de/acs/public/cim/cimpy
$ cd cimpy
$ python setup.py install

or

$ pip install cimpy

Developer Installation

$ git clone https://git.rwth-aachen.de/acs/public/cim/cimpy
$ cd cimpy
$ python setup.py develop

or

$ pip install --pre cimpy