add readme
This commit is contained in:
parent
7e425471a0
commit
c1f1a7e233
|
|
@ -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
|
||||
Loading…
Reference in New Issue