Skip to content

Commit e74f186

Browse files
committed
docs(asgilook): recommend uvicorn[standard] (includes yaml for conf)
1 parent f69d91e commit e74f186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/tutorial-asgi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ include:
8383
For a simple tutorial application like ours, any of the above should do.
8484
Let's pick the popular ``uvicorn`` for now::
8585

86-
$ pip install uvicorn
86+
$ pip install uvicorn[standard]
8787

8888
See also: :ref:`ASGI Server Installation <install_asgi_server>`.
8989

0 commit comments

Comments
 (0)