Installation¶
Install using pip¶
We recommend to create a virtual environment first, then you can install the library using the command
pip install 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