Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 281 Bytes

File metadata and controls

14 lines (10 loc) · 281 Bytes

Setup

These are the one-time setup items to be completed prior to first run.

Was developed on python 3.10.

Prereqs

Python

These are all in the /requirements.txt file. This is as simple as executing:

cd /path/to/repo/root
pip install -r requirements.txt