From 9bd061c33b77aa4210209cdf27da7f441fc33edb Mon Sep 17 00:00:00 2001 From: Yuki Watanabe Date: Thu, 16 May 2024 09:39:00 +0900 Subject: [PATCH] del: "uvicorn[standard]" installation command --- docs/ja/docs/index.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/ja/docs/index.md b/docs/ja/docs/index.md index ee9a4bb29..fecbe6f00 100644 --- a/docs/ja/docs/index.md +++ b/docs/ja/docs/index.md @@ -139,18 +139,6 @@ $ pip install fastapi -本番環境では、Uvicorn または、 Hypercornのような、 ASGI サーバーが必要になります。 - -
- -```console -$ pip install "uvicorn[standard]" - ----> 100% -``` - -
- ## アプリケーション例 ### アプリケーションの作成