#!/bin/sh set -e cd "$(dirname "$(realpath "$0")")" python -m venv venv . venv/bin/activate pip install -r requirements.txt