Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.32 KB

README.rst

File metadata and controls

51 lines (35 loc) · 1.32 KB

pygom - ODE modelling in Python

pypi version Build status

Development of a generic framework for ode models, more specifically, aiming to solve compartmental type problems.

This package depends on:

dask
matplotlib
enum34
pandas
python-dateutil
python-libsbml
numpy
scipy
sympy

and they should be installed if not already available. Installation can be performed via:

$ python setup.py install

and tested via:

$ python setup.py test

If the test fails, then the documentation for the package will not compile. A more in depth documentation can be found in the folder:

$ doc

Note that building the documentation can be extremely slow depending on the setup of the system. Further details can be found at it's own read me:

$ doc/README.rst

Please be aware that there may be redundant files within the package as it is under active development.

Contributors

Edwin Tye (Edwin.Tye@phe.gov.uk)

Version

0.1.1 Improved parallel computation