correct documentation

This commit is contained in:
Jeroen Schweitzer
2026-01-08 12:11:01 +01:00
parent 67b33314fe
commit 4c45f139d9
-4
View File
@@ -97,10 +97,6 @@ src/
# Install dependencies # Install dependencies
pip install -r requirements.txt pip install -r requirements.txt
# Copy credentials template
cp src/credentials.example.py src/credentials.py
# Edit src/credentials.py with your values
# Run locally # Run locally
uvicorn src.main:app --reload --host 0.0.0.0 --port 8083 uvicorn src.main:app --reload --host 0.0.0.0 --port 8083
``` ```