Scripts were written in Python 3.6. You need to have python-dev
package installed.
To build module's shared library, run:
python3 setup.py build
To add simplegraphs
module to your system, run:
python3 setup.py install
Now you can import forward star implementation:
from simplegraphs import ForwardStar