From ad2cdc6c9c9d569b7ae07a6413a475ec4cdad631 Mon Sep 17 00:00:00 2001 From: Buky <18658299+Buky77@users.noreply.github.com> Date: Mon, 11 Sep 2017 22:21:23 +0200 Subject: [PATCH] Update Readme.rst Fix line commande for pip --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bab5110..aa285b6 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ Daphne 1.1 and above supports terminating HTTP/2 connections natively. You'll need to do a couple of things to get it working, though. First, you need to make sure you install the Twisted ``http2`` and ``tls`` extras:: - pip install -U Twisted[tls,http2] + pip install -U 'Twisted[tls,http2]' Next, because all current browsers only support HTTP/2 when using TLS, you will need to start Daphne with TLS turned on, which can be done using the Twisted endpoint syntax::