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 ----------------- .. code-block:: bash $ git clone https://github.com/sogno-platform/cimpy.git $ cd cimpy $ python setup.py install or .. code-block:: bash $ pip install cimpy Developer Installation ---------------------- .. code-block:: bash $ git clone https://github.com/sogno-platform/cimpy.git $ cd cimpy $ python setup.py develop or .. code-block:: bash $ pip install --pre cimpy