Window Functions Talk Running in Gitpod Running Locally Install virtualenv venv source venv/bin/activate pip install -r requirements/test.txt Running a SQL File If postgres is running, you can run SQL files using: psql -f sql/rank_employees.sql References Employee sample data modified from Sling Academy Window functions cheat sheet