- Make sure Node JS is installed
- Run
npm install
- Read the comments at the top of a script to see what input files it expects you to create
- Run
node whateverScript.js
- Make sure python is installed
- Run
python whatever_script.py
Created partially using ChatGPT