Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 725 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 725 Bytes

Epivislab

Epivislab is a library for visualizing epidemic simulations. Epivislab is specifically designed to work with simuations generated by Episimlab.

Full documentation

Please see the complete documentation at https://kellypierce.github.io/epivislab/.

Dependencies

Setup

Clone the repository and run python3 setup.py to install in your local environment, then install requirements with pip3 install -r requirements.txt.

Tests

After installing epivislab and its dependencies, tests can optionally be run with pytest.