Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 635 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 635 Bytes

LASER Generic

Generic disease models built with the LASER framework.

  • SI/SIS
  • SIR/SIRS
  • SEIR/SEIRS

Installation

Currently:

pip install git+https://github.com/InstituteforDiseaseModeling/[email protected]

Once we have published on PyPI:

pip install laser-generic

Running in Codespace

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 .