#!/usr/bin/env bash
set -eux
pip install --group dev --group test --group docs --editable .
