If you use epigrass in your research, please use the following DOI to cite it:
@software{flavio_codeco_coelho_2021_4554753,
author = {Flávio Codeço Coelho},
title = {fccoelho/epigrass: COVID19},
month = feb,
year = 2021,
publisher = {Zenodo},
version = {v3.0.2},
doi = {10.5281/zenodo.4554753},
url = {https://doi.org/10.5281/zenodo.4554753}
}
Epigrass is a Python Library aimed at making the simulation of metapopulation models as easy as possible.
Documentation is available here.
Besides installing epigrass from the PyPI, as described below you will need to install the following external dependencies:
- redis server you need to have a redis server running. You can install it from the redis website
You can install Epigrass directly from PyPI, the Python Package Index. For mode details, check the docs
If you clone the repository, you can install Epigrass with the following command:
$ uv syncEpigrass now includes a modern web-based simulation builder built with Gradio. This interface allows you to create, edit, and run simulations easily.
To launch the simulation builder:
$ uv run epigrassThis will start a local web server and provide a URL (usually http://127.0.0.1:7860) where you can access the interface.
The source distribution comes with a few demos.
$ cd demos
$ uv run epirunner rio.epgThis will run the demo for the city of Rio de Janeiro.
Folow these instructions.