Installation

ggf is written in pure Python and supports Python version 3.6 and higher.

To install ggf, use one of the following methods (package dependencies will be installed automatically):

  • from PyPI:

    pip install ggf

  • from sources:

    pip install . or python setup.py install