mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-13 16:53:24 +00:00
feat: docs
This commit is contained in:
18
README.md
18
README.md
@ -1,9 +1,15 @@
|
||||
# jarvis-models
|
||||
## Dependency
|
||||
- filetype
|
||||
|
||||
| System | package | web |
|
||||
| --- | --- | --- |
|
||||
| python | filetype | https://pypi.org/project/filetype/ |
|
||||
| python | fastAPI | https://fastapi.tiangolo.com/ |
|
||||
| python | python-multipart | https://pypi.org/project/python-multipart/ |
|
||||
| System | package | web | install command |
|
||||
| --- | --- | --- | --- |
|
||||
| python | filetype | https://pypi.org/project/filetype/ | pip install filetype |
|
||||
| python | fastAPI | https://fastapi.tiangolo.com/ | pip install fastapi |
|
||||
| python | python-multipart | https://pypi.org/project/python-multipart/ | pip install python-multipart |
|
||||
| python | uvicorn | https://www.uvicorn.org/ | pip install "uvicorn[standard]" |
|
||||
|
||||
## Start
|
||||
Dev
|
||||
```bash
|
||||
pip install "uvicorn[standard]"
|
||||
```
|
||||
Reference in New Issue
Block a user