summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorKeyvan Fatehi <keyvanfatehi@gmail.com>2017-03-15 03:21:45 +0000
committerKeyvan Fatehi <keyvanfatehi@gmail.com>2017-03-16 16:37:14 -0700
commit9adf1991cabde3cba837f49ae5f59dd7d36c300f (patch)
treeff0ea8fc19572837f4d63dbd8962c8ad9567eb0a /README.rst
parentMerge pull request #1992 from matrix-org/rav/fix_media_loop (diff)
downloadsynapse-9adf1991cabde3cba837f49ae5f59dd7d36c300f.tar.xz
Update README: specify python2.7 in virtualenv
Signed-off-by: Keyvan Fatehi <keyvanfatehi@gmail.com>
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 a73c71c77e..afd4bbc4d0 100644
--- a/README.rst
+++ b/README.rst
@@ -808,7 +808,7 @@ directory of your choice::
 Synapse has a number of external dependencies, that are easiest
 to install using pip and a virtualenv::
 
-    virtualenv env
+    virtualenv -p python2.7 env
     source env/bin/activate
     python synapse/python_dependencies.py | xargs pip install
     pip install lxml mock