summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2015-02-02 17:12:23 +0000
committerMatthew Hodgson <matthew@matrix.org>2015-02-02 17:12:23 +0000
commit8c52e6e8a1a9afd3e5d3164b7ac97c4986d6d353 (patch)
tree633399f2d55d00c38d117e41357fc66028a227f1
parentMerge master into develop (diff)
downloadsynapse-8c52e6e8a1a9afd3e5d3164b7ac97c4986d6d353.tar.xz
fix typo
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst

index 282a53873f..01e0f36c84 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 -i pip install $ pip install setuptools_trial mock This will run a process of downloading and installing all the needed