Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 476 Bytes

epi_inference

A python package that supports inference for epidemiology models

Installation with CONDA (for users)

  • conda install pyomo
  • conda install -c conda-forge ipopt
  • python setup.py install

Installation with CONDA (for developers)

  • conda install pyomo
  • conda install -c conda-forge ipopt
  • python setup.py develop

After installation, edits in the epi_inference software directory will immediately change the installed epi_inference python package.