#!/bin/sh

if ! [ -d "venv" ]; then
    ./venv-setup.sh
fi

source ./venv/bin/activate

pip3 install -r requirements.txt