diff --git a/README.md b/README.md index 7c3863f..62b6332 100644 --- a/README.md +++ b/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]" +``` \ No newline at end of file