Latest version: 20 August 2005: networkx-0.24: http://sourceforge.net/projects/networkx/
NetworkX (NX) is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
To use NetworkX you need
- Python version 2.3 or later http://www.python.org/
Optional useful packages:
- Numerical Python http://numeric.scipy.org/
- PyGSL http://pygsl.sourceforge.net/
- Ipython http://ipython.scipy.org/
- Matplotlib http://matplotlib.sourceforge.net/
- Pydot http://www.dkbza.org/pydot.html
- Graphviz http://graphviz.org/
You can download NetworkX from http://sourceforge.net/projects/networkx/
(See the Tutorial for more information)
Linux and OSX (install from source)
Download the source tarball, unpack, and run "python setup.py install".Windows (binary installer)
Download the installer, run and follow the instructions. Please note that we are not Windows users and have only verified that the Windows installer passes the "smoke test". If you have problems we suggest installing from the source distribution.