To run the code navigate in your terminal to the vagrant directory and run these commands:
- vagrant up
- vagrant ssh
- cd /vagrant/tournament
- psql
- \i tournament.sql
- \q
- python tournament.py
If you get an error on step 1 then run this command: "rm -rf .vagrant". Then restart at step 1.