del: "uvicorn[standard]" installation command

This commit is contained in:
Yuki Watanabe 2024-05-16 09:39:00 +09:00
parent d7cb5ba71a
commit 9bd061c33b
1 changed files with 0 additions and 12 deletions

View File

@ -139,18 +139,6 @@ $ pip install fastapi
</div>
本番環境では、<a href="https://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a> または、 <a href="https://gitlab.com/pgjones/hypercorn" class="external-link" target="_blank">Hypercorn</a>のような、 ASGI サーバーが必要になります。
<div class="termy">
```console
$ pip install "uvicorn[standard]"
---> 100%
```
</div>
## アプリケーション例
### アプリケーションの作成