summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2015-02-04 15:31:02 +0000
committerKegan Dougal <kegan@matrix.org>2015-02-04 15:31:02 +0000
commitce8bc642ae7b0c9a2342b420e8a8177df512e517 (patch)
tree5422244592a5a9c1c9561c86b246691c9f103dcd /README.rst
parentFix bug in store defer. Add more unit tests. (diff)
parentMerge pull request #46 from matrix-org/identicons (diff)
downloadsynapse-ce8bc642ae7b0c9a2342b420e8a8177df512e517.tar.xz
Merge branch 'develop' into application-services
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 282a53873f..e1fa4d75ff 100644
--- a/README.rst
+++ b/README.rst
@@ -222,7 +222,7 @@ to install using pip and a virtualenv::
 
     $ virtualenv env
     $ source env/bin/activate
-    $ python synapse/dependencies | xargs -i pip install
+    $ python synapse/python_dependencies.py | xargs -n1 pip install
     $ pip install setuptools_trial mock
 
 This will run a process of downloading and installing all the needed