#!/bin/sh rm -rf .venv python3 -m venv .venv .venv/bin/pip install -U pip .venv/bin/pip install -r requirements.txt