Installing from source#

The project is hosted on github and can also be installed from source. We recommend this only for development purposes.

Note

The pip package setuptools must be previously installed

Execute the following command in the top level clinguin directory:

$ git clone https://github.com/potassco/clinguin
$ cd clinguin
$ pip install .[all]