mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 09:35:45 +03:00
fix typo
This commit is contained in:
parent
6e856d7729
commit
8c52e6e8a1
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ to install using pip and a virtualenv::
|
||||||
|
|
||||||
$ virtualenv env
|
$ virtualenv env
|
||||||
$ source env/bin/activate
|
$ 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
|
$ 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 a new issue