diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-02-04 15:31:02 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-02-04 15:31:02 +0000 |
commit | ce8bc642ae7b0c9a2342b420e8a8177df512e517 (patch) | |
tree | 5422244592a5a9c1c9561c86b246691c9f103dcd /README.rst | |
parent | Fix bug in store defer. Add more unit tests. (diff) | |
parent | Merge pull request #46 from matrix-org/identicons (diff) | |
download | synapse-ce8bc642ae7b0c9a2342b420e8a8177df512e517.tar.xz |
Merge branch 'develop' into application-services
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..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 |