#!/usr/bin/zsh rm -r venv python -m venv venv ./venv/bin/pip install -r requirements.txt