.. requirements Software Requirements ===================== The following external Python modules were used in this program: * `NetworkX <http://networkx.lanl.gov/>`_ : Pure Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks * `PyGraphviz <http://networkx.lanl.gov/pygraphviz/>`_ : Generation of graphviz network vizualizations * `SciPy/NumPy <http://scipy.org/>`_ : The ultimate scientific tool set for Pythonistas * `Numexpr <http://code.google.com/p/numexpr/>`_ : Fast numerical array expression evaluator for Python and NumPy * `scikits.statsmodels <http://scikits.appspot.com/statsmodels>`_ : Statistical computations and models for use with SciPy * `SourceForge site <http://statsmodels.sourceforge.net/>`_ This simulation was developed and performed on a Linux operating system using Python 2.6. It should run wherever Python 2.6 and the required modules can/are installed.