From dc553ef385c23e59a8f6fb0358b1bc0348796769 Mon Sep 17 00:00:00 2001 From: Dan Chen Date: Mon, 18 Mar 2024 16:29:35 +0800 Subject: [PATCH] feat: docs --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) 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