dgdynamic
is a library for dynamic simulations on deviation graphs produced by the MØD framework.
To use this library, one have to access to the MØD framework.
This library has been packaged as pip package and can be installed by the following command:
./compile_stochkit2 && pip install --user .
This installs all of the Python dependencies via pip and installs them locally for your user. To install the package globally, do the following:
./compile_stochkit2 && sudo pip install .
Built for Python version 3.5.