Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 469 Bytes

README.rst

File metadata and controls

20 lines (12 loc) · 469 Bytes

ddeint

Scipy-based delay differential equation (DDE) solver. See the docstrings and examples for more infos.

Licence

Public domain. Everyone is welcome to contribute !

Installation

ddeint can be installed by unzipping the source code in one directory and using this command:

(sudo) python setup.py install

You can also install it directly from the Python Package Index with this command:

(sudo) pip install ddeint