add readme

This commit is contained in:
Seth Call 2025-02-08 23:08:05 -06:00
parent 7e425471a0
commit c1f1a7e233
1 changed files with 13 additions and 0 deletions

13
web/script/py/readme.md Normal file
View File

@ -0,0 +1,13 @@
Run:
# create a virtual env
python3 -m venv venv
# activate the virtual env
source venv/bin/activate
# install dependencies into it
pip install -r requirements.txt
# sluggarize your local DB (idempotent; safe to run repeatedly)
python3 sluggarize_jamtracks.py