1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-09 00:33:58 +00:00
This commit is contained in:
Matthew Hodgson 2015-02-02 17:12:23 +00:00
parent 6e856d7729
commit 8c52e6e8a1

View file

@ -222,7 +222,7 @@ to install using pip and a virtualenv::
$ virtualenv env
$ source env/bin/activate
$ python synapse/dependencies | xargs -i pip install
$ python synapse/python_dependencies.py | xargs -i pip install
$ pip install setuptools_trial mock
This will run a process of downloading and installing all the needed