Installation
Stable release
Warning
You need to have graphviz installed for terragraph to work. You can install it from here https://graphviz.org/download/. Its not possible for terragraph to pull this in automatically.
To install terragraph, run this command in your terminal:
$ pip install terragraph
This is the preferred method to install terragraph, as it will always install the most recent stable release.
If you don’t have pip installed, this Python installation guide can guide you through the process.
From sources
The sources for terragraph can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git://github.com/cdsre/terragraph
Or download the tarball:
$ curl -OJL https://github.com/cdsre/terragraph/tarball/master
Once you have a copy of the source, you can install it with:
$ python -m build