Make sure that you have installed Python 3.8.2 (https://www.python.org/)
Clone the project
git clone [email protected]:DataScienceResearchPeru/epidemiologic-calculator.gitEnter the project directory
cd epidemiologic-calculatorCreate a virtual environment
$ python3 -m venv venvActive virtual environment
$ source venv/bin/activateInstall packages
$ pip install -r requirements.txtRun project
$ python3 main.pyOpen the browser at http://127.0.0.1:8080/