summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@patrick.cloke.us>2020-02-05 12:41:33 -0500
committerPatrick Cloke <clokep@patrick.cloke.us>2020-02-05 12:53:18 -0500
commit39c2d26e0b80ee0cd5589fc577327f2d3d80a446 (patch)
treed06233f3f585dd2238bc5899c84d79e2714ca185 /README.rst
parentReduce performance logging to DEBUG (#6833) (diff)
downloadsynapse-39c2d26e0b80ee0cd5589fc577327f2d3d80a446.tar.xz
Add quotes around pip install target (my shell complained without them).
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 2691dfc23d..4db7d17e94 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-use-pep517 -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.