summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-05-14 11:36:44 +0100
committerMark Haines <mark.haines@matrix.org>2015-05-14 11:36:44 +0100
commit899d4675dd44d63d03b92eb50b4382b7cbc4ce33 (patch)
tree813b38ef16b8fe62f82049108464eb3737d4d4dc /README.rst
parentFix v2 sync, update the last_notified_ms only if there was an active listener (diff)
parentMerge branch 'develop' into notifier_unify (diff)
downloadsynapse-899d4675dd44d63d03b92eb50b4382b7cbc4ce33.tar.xz
Merge branch 'notifier_unify' into notifier_performance
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 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