Coding style.
- Pip can install multiple packages and requirements files at once.
This commit is contained in:
parent
0cb13e0c65
commit
abb9633e97
1 changed files with 4 additions and 4 deletions
8
install
8
install
|
|
@ -4,8 +4,8 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
python3.9 -m pip install -r ./termstr/requirements.txt $1 ./termstr
|
python3.9 -m pip install -r ./termstr/requirements.txt ./termstr \
|
||||||
python3.9 -m pip install -r ./fill3/requirements.txt $1 ./fill3
|
-r ./fill3/requirements.txt ./fill3 \
|
||||||
python3.9 -m pip install $1 ./lscolors
|
./lscolors \
|
||||||
python3.9 -m pip install -r ./eris/requirements.txt $1 ./eris
|
-r ./eris/requirements.txt $1 ./eris
|
||||||
./install-tools
|
./install-tools
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue