#!/usr/bin/env bash
set -euo pipefail
python -m pip install --upgrade pip
pip install -e .
echo "tegaki installed."
