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