#!/usr/bin/env bash

sudo apt install -y python3-venv python3-dev

python3 -m venv .venv

. .venv/bin/activate

pip install -r requirements.txt