#!/usr/bin/env sh
python3 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install -r requires/testing.txt
mkdir -p build
