Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 929 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 929 Bytes

WiDS Texas Datathon 2021

Data Update Status: ERCOT COVID-19 Weather

This is the official repository of WiDS Texas Datathon 2021.

Datathon Participants

Please check the data repository.

Datathon Organizer

Install necessary Python packages

pip install requirements.txt

Please make sure following the programming and formatting guideline defined by the pre-commit configuration files.

To install required Python packages for dev purpose,

pip install requirements-dev.txt

To install pre-commit git hooks,

pre-commit install