Skip to content
Snippets Groups Projects
Commit 59358cd3 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Merge pull request #2005 from kfatehi/docs/readme

Update README: specify python2.7 in virtualenv
parents 55366814 9adf1991
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment