Skip to content

Commit

Permalink
readme conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaier committed Aug 3, 2020
1 parent 44348d8 commit d69a8bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ epipack
=======

Fast prototyping of epidemiological models based on reaction equations.
Analyze the ODEs analytically or numerically, or run stochastic
Analyze the ODEs analytically or numerically, or run/animate stochastic
simulations on networks/well-mixed systems.

- repository: https://github.com/benmaier/epipack/
Expand Down Expand Up @@ -37,6 +37,9 @@ different problems.
reactions. Simulate your model on any (un-/)directed, (un-/)weighted
static network, or in a well-mixed system.

Additionally, epipack provides a visualization framework to animate
stochastic simulations on networks, lattices, or well-mixed systems.

Check out the `Example <#examples>`__ section for some demos.

Install
Expand All @@ -62,6 +65,7 @@ installed by ``pip`` during the installation process
- ``numpy>=1.17``
- ``scipy>=1.3``
- ``sympy==1.6``
- ``pyglet<1.6``

Please note that **fast network simulations are only available if you
install**
Expand Down

0 comments on commit d69a8bc

Please sign in to comment.