12 lines
110 B
Markdown
12 lines
110 B
Markdown
|
# Install
|
||
|
|
||
|
```bash
|
||
|
pip install -r requirements.txt
|
||
|
```
|
||
|
|
||
|
# Run
|
||
|
|
||
|
```bash
|
||
|
python -m uvicorn app:app --reload
|
||
|
```
|