Python CLI Application for processing exported scouting data from Airtable
- Install Python3 and Pip: https://www.python.org/downloads/
- Launch a Command Prompt/Terminal in the root folder of the project
- Run
pip install -r requirements.txt
to install dependencies - Run
python main.py
to launch application