Make sure that you have installed Python 3.8.2 (https://www.python.org/)
Clone the project
git clone [email protected]:DataScienceResearchPeru/epidemiologic-calculator.git
Enter the project directory
cd epidemiologic-calculator
Create a virtual environment
$ python3 -m venv venv
Active virtual environment
$ source venv/bin/activate
Install packages
$ pip install -r requirements.txt
Run project
$ python3 main.py
Open the browser at http://127.0.0.1:8080/