#!/bin/sh -e
set -x

pip install flit
flit install --extra dev,test
pip install -e .
