Fix broken README merge
When546ec1awas merged into develop, I accidentally overwrote the change introduced indebbea5(pr #1657). Reintroduce it.
This commit is contained in:
@@ -800,7 +800,7 @@ to install using pip and a virtualenv::
|
||||
|
||||
virtualenv env
|
||||
source env/bin/activate
|
||||
python synapse/python_dependencies.py | xargs -n1 pip install
|
||||
python synapse/python_dependencies.py | xargs pip install
|
||||
pip install setuptools_trial mock
|
||||
|
||||
This will run a process of downloading and installing all the needed
|
||||
|
||||
Reference in New Issue
Block a user