From c89a6cc9b909e95c6734507ea12e672599e8d5ce Mon Sep 17 00:00:00 2001 From: pinguin999 Date: Tue, 24 May 2016 18:19:25 +0200 Subject: [PATCH] Add pip install comand for asgi_redis (#166) --- docs/getting-started.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 303770c..5c715c8 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -290,7 +290,11 @@ but all in one process)* Let's try out the Redis backend - Redis runs on pretty much every machine, and has a very small overhead, which makes it perfect for this kind of thing. Install -the ``asgi_redis`` package using ``pip``, and set up your channel layer like this:: +the ``asgi_redis`` package using ``pip``. :: + + pip install asgi_redis + +and set up your channel layer like this:: # In settings.py CHANNEL_LAYERS = {