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:23 +0100
committerMark Haines <mark.haines@matrix.org>2015-05-14 11:36:23 +0100
commit243c56e725920035b3847fb504cbbaf73428e0ca (patch)
tree140dcae6cbc3c476e08032de7f3c4c6e5c324aea /README.rst
parentMerge branch 'develop' into notifier_unify (diff)
parentSpecify python 2.7 in the virtualenv setup (SYN-319) #resolved (diff)
downloadsynapse-243c56e725920035b3847fb504cbbaf73428e0ca.tar.xz
Merge branch 'develop' into notifier_unify
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