14 lines
171 B
Markdown
14 lines
171 B
Markdown
# Install
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
# Run
|
|
|
|
```bash
|
|
python -m uvicorn app:app --reload
|
|
```
|
|
|
|
|
|
Paired with https://gitea.tyrel.dev/tyrel/go-webservice-gin |