Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 395 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 395 Bytes

influenza-USA

An age- and space stratified Influenza model for the USA.

Installation

  1. Install conda environment
conda env create -f influenza_USA_env.yml

or alternatively, to update the environment,

conda env update -f influenza_USA_env.yml --prune
  1. Install model package inside conda environment
conda activate INFLUENZA-USA
pip install -e .