diff --git a/README.rst b/README.rst index 56f92a680d1058283fb8c75284a54bf72dca8981..e975da8162924ee45f4cf7f87310c2cee74a0533 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