#!/usr/bin/env bash


python -m venv .venv

. .venv/bin/activate

pip install -r requirements.txt