InstallΒΆ

The recommended way to install git-dag is using

pip install git-dag

or, for a development version (with all optional dependencies)

pip install git-dag[dev]

or, an editable install (in a venv)

git clone https://github.com/drdv/git-dag
cd git-dag && make install

In addition, a working installation of graphviz is required. For example:

  • fedora: dnf install graphviz

  • ubuntu: apt install graphviz

  • macos: brew install graphviz

The code has been tested on fedora 41, ubuntu 24.04.2 LTS, macos Sequoia.