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://github.com/sogno-platform/cimpy.git
$ cd cimpy
$ python3 -m pip install .
or
$ python3 -m pip install cimpy
Developer Installation
$ git clone https://github.com/sogno-platform/cimpy.git
$ cd cimpy
$ python3 -m pip install -e .[dev]
or
$ python3 -m pip install --pre cimpy
Building a distributable package
$ python3 -m pip install --upgrade build
$ python3 -m build