How to Install python-igraph in Ubuntu 18.04



Install python-igraph by entering the following commands in the terminal:

sudo apt update
sudo apt install python-igraph

Description:

High performance graph data structures and algorithms (Python 2)

Python interface to the igraph high performance graph library, primarily aimed at complex network research and analysis. . Graph plotting functionality is provided by the Cairo library, so make sure you install the Python bindings of Cairo if you want to generate publication-quality graph plots. . This package contains the Python 2 version of igraph.

Homepage: http://igraph.org/python/

Version: 0.7.1.post6-5

Section: universe/python