#!/bin/bash cd "$(dirname "$0")" virtualenv -p python3.11 venv source venv/bin/activate pip install -r requirements.txt