You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,18 +48,18 @@ It is production-ready, and gives you the following:
52
48
## Installation
53
49
54
50
```shell
55
-
$ pip install starlette
51
+
pip install starlette
56
52
```
57
53
58
54
You'll also want to install an ASGI server, such as [uvicorn](https://www.uvicorn.org/), [daphne](https://github.com/django/daphne/), or [hypercorn](https://hypercorn.readthedocs.io/en/latest/).
0 commit comments