summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <github@rvanderhoff.org.uk>2017-03-23 09:32:10 +0000
committerGitHub <noreply@github.com>2017-03-23 09:32:10 +0000
commit59358cd3e7c9ce9247bae7ae489d823508c4be78 (patch)
treef2e39f1aa69c39c5a35a98e857986db6d14d8f58
parentMerge pull request #2048 from matrix-org/rav/missing_yield (diff)
parentUpdate README: specify python2.7 in virtualenv (diff)
downloadsynapse-59358cd3e7c9ce9247bae7ae489d823508c4be78.tar.xz
Merge pull request #2005 from kfatehi/docs/readme
Update README: specify python2.7 in virtualenv
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 56f92a680d..e975da8162 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