Epivislab is a library for visualizing epidemic simulations. Epivislab is specifically designed to work with simuations generated by Episimlab.
Please see the complete documentation at https://kellypierce.github.io/epivislab/.
- Python >= 3.7
- python packages as listed in requirements.txt
Clone the repository and run python3 setup.py
to install in your local environment, then install requirements with pip3 install -r requirements.txt
.
After installing epivislab and its dependencies, tests can optionally be run with pytest
.