summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorBruno Windels <brunow@matrix.org>2019-07-10 12:55:24 +0000
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-07-10 13:55:24 +0100
commit4d122d295c50ae933def7880d8d9d1e1a7846e6c (patch)
treedf01101bd0d663f7a72e97d6d23edea62dfc01c2 /README.rst
parentMerge pull request #5638 from matrix-org/babolivier/invite-json (diff)
downloadsynapse-4d122d295c50ae933def7880d8d9d1e1a7846e6c.tar.xz
Correct pep517 flag in readme (#5651)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 13e11a5773..bbff8de5ab 100644
--- a/README.rst
+++ b/README.rst
@@ -272,7 +272,7 @@ to install using pip and a virtualenv::
 
     virtualenv -p python3 env
     source env/bin/activate
-    python -m pip install --no-pep-517 -e .[all]
+    python -m pip install --no-use-pep517 -e .[all]
 
 This will run a process of downloading and installing all the needed
 dependencies into a virtual env.