Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 712 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 712 Bytes
logo

data

coding_style

A collection of helper scripts to prepare data files

Environment

  • Python 3.9

Getting Started

python -m venv .venv
.venv\Scripts\activate
python -m pip install -U pip
pip install -r requirements.txt

Use pip install -r requirements-dev.txt for development.

Credits