#!/usr/bin/env bash

cd src

# pip can install itself!
# need to use --upgrade or else pip, which is importing itself, will think
# itself is already installed
python -m pip install --verbose --no-index --upgrade --isolated .
