Skip to content
Snippets Groups Projects
Commit f3a42677 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

less obscure xargs

parent 4574b5a9
No related branches found
No related tags found
No related merge requests found
...@@ -222,7 +222,7 @@ to install using pip and a virtualenv:: ...@@ -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/python_dependencies.py | xargs -i pip install $ python synapse/python_dependencies.py | xargs -n1 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment