mirror of https://github.com/tiangolo/fastapi.git
del: "uvicorn[standard]" installation command
This commit is contained in:
parent
d7cb5ba71a
commit
9bd061c33b
|
|
@ -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>
|
||||
|
||||
## アプリケーション例
|
||||
|
||||
### アプリケーションの作成
|
||||
|
|
|
|||
Loading…
Reference in New Issue