- You need to have R (3.4.2 or above) installed (https://www.r-project.org)
ex: brew install R
-
Install python 3.6+
-
use PIP3 to install all modules which are in the requirements.txt
This application is built on flask. The following command will start the app:
export FLASK_APP=main.py
flask run