Fix broken README merge
When546ec1a
was merged into develop, I accidentally overwrote the change introduced indebbea5
(pr #1657). Reintroduce it.
This commit is contained in:
parent
1697f6a323
commit
4a9c38bfa3
|
@ -800,7 +800,7 @@ to install using pip and a virtualenv::
|
||||||
|
|
||||||
virtualenv env
|
virtualenv env
|
||||||
source env/bin/activate
|
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
|
pip install setuptools_trial mock
|
||||||
|
|
||||||
This will run a process of downloading and installing all the needed
|
This will run a process of downloading and installing all the needed
|
||||||
|
|
Loading…
Reference in New Issue