CoronaEstimation is a Python application for estimating figures related to coronavirus disease (COVID-19)
You have either one of two methods for installation of dependency libraries
Verify that pipenv is installed and then use:
pipenv install
If pipenv is not installed, it can be installed using:
pip install pipenv
Make sure you have installed the following libraries on your system: PyQt5, numpy scipy matplotlib
pipenv run python main.py
python main.py
Pull requests are welcome.