diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2017-03-23 09:32:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-23 09:32:10 +0000 |
commit | 59358cd3e7c9ce9247bae7ae489d823508c4be78 (patch) | |
tree | f2e39f1aa69c39c5a35a98e857986db6d14d8f58 /README.rst | |
parent | Merge pull request #2048 from matrix-org/rav/missing_yield (diff) | |
parent | Update README: specify python2.7 in virtualenv (diff) | |
download | synapse-59358cd3e7c9ce9247bae7ae489d823508c4be78.tar.xz |
Merge pull request #2005 from kfatehi/docs/readme
Update README: specify python2.7 in virtualenv
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 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 |