This commit is contained in:
Tyrel Souza 2022-10-14 13:53:32 -04:00
parent 089b09afac
commit 0e31cd9aec
No known key found for this signature in database
GPG Key ID: F6582CF1308A2360
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Install
```bash
pip install -r requirements.txt
```
# Run
```bash
python -m uvicorn app:app --reload
```