#!/bin/sh

set -e

# Install
pip install -e .

# Cleanup
pip cache purge
conda clean -afy
rm -rf ~/.cache
