mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
less obscure xargs
This commit is contained in:
parent
4574b5a9e6
commit
f3a4267757
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user