diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-14 12:01:38 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-14 12:01:38 +0100 |
commit | 36ea26c5c02f53691358996d406b6cde5ddd7d57 (patch) | |
tree | 2396db6f1985fc92dfc95cc8ea171172f4450712 /README.rst | |
parent | Add index on events (diff) | |
parent | Add ID generator for push_rules_enable to #resolve SYN-378 (diff) | |
download | synapse-36ea26c5c02f53691358996d406b6cde5ddd7d57.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/perf
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 5a6e105630..259fbaf459 100644 --- a/README.rst +++ b/README.rst @@ -117,7 +117,7 @@ Installing prerequisites on Mac OS X:: To install the synapse homeserver run:: - $ virtualenv ~/.synapse + $ virtualenv -p python2.7 ~/.synapse $ source ~/.synapse/bin/activate $ pip install --process-dependency-links https://github.com/matrix-org/synapse/tarball/master |