Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 657 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 657 Bytes

Genuary 2023

Code style: black pre-commit

Repo for Genuary 2023.

Set Up

Developed using Python 3.9.13.

    python -m venv .venv
    source .venv/Scripts/activate
    pip install -r requirements.txt -r requirements-dev.txt
    pre-commit install