summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2015-02-02 17:31:58 +0000
committerMatthew Hodgson <matthew@matrix.org>2015-02-02 17:31:58 +0000
commitf3a4267757cbbfbfc996d2ececf34f98928fc90f (patch)
tree4dad1b449858b5eb583a1f93b10fc00f961dde50 /README.rst
parentGenerate a list of dependencies from synapse/python_dependencies.py (diff)
downloadsynapse-f3a4267757cbbfbfc996d2ececf34f98928fc90f.tar.xz
less obscure xargs
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 01e0f36c84..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/python_dependencies.py | 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