Getting Started

Installation

Download the code from https://github.com/GCoiffier/graph_tools , then

run the command make install or pip install . from the root directory of the library

To install in developpement mode, use the command pip install -e .

Uninstall Graphtool

To uninstall Graphtool, simply run make uninstall or pip uninstall graphtool from the root directory of the library