Generic disease models built with the LASER framework.
- SI/SIS
- SIR/SIRS
- SEIR/SEIRS
Currently:
pip install git+https://github.com/InstituteforDiseaseModeling/[email protected]
Once we have published on PyPI:
pip install laser-generic
Check the installed version(s) of NumPy
pip list | grep numpy
Note if there is a 2.x version of NumPy installed. If so, uninstall it (sub your 2.x version for 2.1.1
below).
pip uninstall numpy==2.1.1
Install laser-generic
in development mode:
pip install -e .