#!/usr/bin/env bash
set -euo pipefail

python3 -m pip install --no-cache-dir -U pddl

command -v pddl >/dev/null
