Tagged “networks”

Jul 29, 2014

Install igraph for Python on Ubuntu 14.04

In this post I will describe installing python-igraph on Ubuntu 14.04, using the default Python 2.7. Previously I wrote a (long) post about how to create an initial python setup, which provides lots of detail about how I approach Python package installation. In particular, I use pip and install as a user. Of course, you can do otherwise.

Read more...