#!/bin/bash python3.12 -m venv --clear venv source venv/bin/activate pip install --require-hashes --only-binary :all: -r requirements.txt