/CoronaEstimation

Primary LanguagePythonMIT LicenseMIT

CoronaEstimation

CoronaEstimation is a Python application for estimating figures related to coronavirus disease (COVID-19)

Dependencies Installation

You have either one of two methods for installation of dependency libraries

1. Using pipenv

Verify that pipenv is installed and then use:

pipenv install

If pipenv is not installed, it can be installed using:

pip install pipenv

2. Manual installation

Make sure you have installed the following libraries on your system: PyQt5, numpy scipy matplotlib

Usage

When using pipenv

pipenv run python main.py

Manually installed dependencies in the system

python main.py

Contributing

Pull requests are welcome.

License

MIT