#! /bin/bash -x

rm -rf venv
python -m venv venv

source venv/bin/activate

pip install --upgrade pip
pip install -r requirements.txt