An age- and space stratified Influenza model for the USA.
- 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
- Install model package inside conda environment
conda activate INFLUENZA-USA
pip install -e .