#!/bin/sh
set -x
set -e

python3 -m venv venv
. ./venv/bin/activate
pip3 install --no-cache-dir 'mkdocs<2.0' mkdocs-material pymdown-extensions mike
