Skip to content

Installation

Install using pip

We recommend to create a virtual environment first, then you can install the library using the command

pip install pyepidemics
The repo is on PyPI at https://pypi.org/project/pyepidemics/

Install from source

You can also install the repository by cloning it locally and using it either locally or installing the wheel by calling first

python setup.py sdist bdist_wheel