CamHack25/README.md
2025-11-01 11:52:47 +00:00

144 B

CamHack25

Setup

# Setup venv
python -m venv env
source env/bin/activate

# Install dependencies
pip install -r requirements.txt