We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69d91e commit e74f186Copy full SHA for e74f186
docs/user/tutorial-asgi.rst
@@ -83,7 +83,7 @@ include:
83
For a simple tutorial application like ours, any of the above should do.
84
Let's pick the popular ``uvicorn`` for now::
85
86
- $ pip install uvicorn
+ $ pip install uvicorn[standard]
87
88
See also: :ref:`ASGI Server Installation <install_asgi_server>`.
89
0 commit comments