#!/bin/sh -ex

python3 -m venv venv
venv/bin/pip install -U -r requirements.txt
venv/bin/pip install -e .
