- Anaconda
- Python 2.7
pip
This assumes you're using Anaconda (and hence already have networkx
, numpy
, scipy
, pandas
, matplotlib
).
ComplexNetworkSim
is in pypi, so you can install it with pip
.
$ pip install ComplexNetworkSim
ComplexNetworkSim
requires SimPy
version 2, which can be installed from Anaconda:
$ conda install "simpy>=2.3,<3"
Set parameters and output directory, then run
$ python sim-main.py
See the ComplexNetworkSim
docs to learn more.
ComplexNetworkSim
provides an easy way to create an animated gif to vizualize a process on a network: