Getting started

Requirements

In order to be able to properly use, and install this package a few requirements are mandatory. Chances are if you are using anaconda that most of this requirements are already met:

  • python >= 3.6

  • numpy >= 1.16.2

  • scipy >= 1.2.1

  • matplotlib >= 3.0.3

Installation

You can install this package simply by using the pip package manager:

pip install growth_modeling

or you can directly clone the code from the github repository:

git clone https://github.com/grll/covid19-cases-prediction.git

The pip package is not available yet please use the clone method.