Installation#
Clingraph requires Python 3.9 or greater
Installing with pip#
The python clingraph package can be found here.
Warning
For the installation using pip the user must first install graphviz (version 2.50 or greater) manually.
$ pip install clingraph
The following dependencies used in clingraph are optional.
tex: For latex code generation.
gif: For gifs generation.
To include them in the installation use:
$ pip install clingraph[tex,gif]
Installing from source#
The project is hosted on github at https://github.com/potassco/clingraph and can also be installed from source. We recommend this only for development purposes.
$ git clone https://github.com/potassco/clingraph
$ cd clingraph
$ pip install .[dev,tex,gif]
Warning
This makes clingraph available in the command line using python -m clingraph instead of clingraph.