Installation

Installation#

turbograph supports two graph backends for building dependency graphs:

Stable Version#

turbograph is available on PyPI and can be installed using your preferred package manager. For instance, with pip:

pip install "turbograph[networkx]"
pip install "turbograph[igraph]"

Development Version#

To install the latest development version from the GitLab repository, use:

pip install "git+https://gitlab.cern.ch/particlepredatorinvasion/turbograph.git#egg=turbograph[networkx]"
pip install "git+https://gitlab.cern.ch/particlepredatorinvasion/turbograph.git#egg=turbograph[igraph]"