This file will become your README and also the index of your documentation.
pip install pyndamics3
Some simple examples.
from pyndamics3 import Simulation
pyndamics3 version 0.0.2
sim=Simulation() sim.add("p'=a*p*(1-p/K)",1,plot=True) sim.params(a=1,K=50) sim.run(50)
<Figure size 432x288 with 0 Axes>