diff options
author | Matthew Hodgson <matthew@matrix.org> | 2015-02-02 17:12:23 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2015-02-02 17:12:23 +0000 |
commit | 8c52e6e8a1a9afd3e5d3164b7ac97c4986d6d353 (patch) | |
tree | 633399f2d55d00c38d117e41357fc66028a227f1 /README.rst | |
parent | Merge master into develop (diff) | |
download | synapse-8c52e6e8a1a9afd3e5d3164b7ac97c4986d6d353.tar.xz |
fix typo
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
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 |