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

Materials of WiDS Texas 2021 Hackathon

Notifications You must be signed in to change notification settings

WiDSTexas2021/datathon-code

Repository files navigation

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