add a very simple dev backend readme

pull/2816/head
phyzical 3 months ago
parent d7259d3b5a
commit 12c8f5d176
No known key found for this signature in database
GPG Key ID: 91E97494BCA22BCF

@ -0,0 +1,20 @@
NOTE: must use python 3.12
If your on mac you may need to change the `python` below to `python3.12`
# Create a virtual environment
python -m venv venv
# Activate the virtual environment
source venv/bin/activate
# Install the dependencies
pip install -r requirements.txt
# Run
python bazarr/main.py --no-update
Loading…
Cancel
Save