add requirements,setup instructions

This commit is contained in:
Oliver Gaskell 2025-11-01 11:52:47 +00:00
parent 2f84023459
commit c7fa26fd4c
No known key found for this signature in database
GPG key ID: F971A08925FCC0AD
2 changed files with 12 additions and 1 deletions

View file

@ -1 +1,11 @@
# CamHack25
# CamHack25
## Setup
```sh
# Setup venv
python -m venv env
source env/bin/activate
# Install dependencies
pip install -r requirements.txt
```