#!/usr/bin/env bash

MYDIR="$(dirname $(realpath ${BASH_SOURCE}))"
python3 -m pip install --user --upgrade "${@}" file://${MYDIR}#egg=alienpy

