Skip to content

RcrdPhysics/epidemiologic-calculator

 
 

Repository files navigation

epidemiologic-calculator

Installation

Make sure that you have installed Python 3.8.2 (https://www.python.org/)

Start project

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.0%
  • JavaScript 32.2%
  • HTML 11.8%