Step 1: Clone this repo.
Step 2: Create a virtual environment in the main repo folder on your machine using python3 -m venv ~/CS340/project/venv.
Step 3: Activate virtual environment using source venv/bin/activate (use deactivate at any time to get out of it).
get requirements... etc etc. will finish later :)