#!/usr/bin/env bash # One-time setup: creates a venv and installs dependencies set -e python3 -m venv .venv .venv/bin/pip install -q -r requirements.txt echo "Setup complete. Run with: .venv/bin/python keygen.py "