#!/bin/bash # Install a bunch of pip modules that scott library depends upon. set -e python3 -m ensurepip --upgrade pip install -r requirements.txt