correct documentation
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user