Make pip quiet
This commit is contained in:
parent
df77e2c0ad
commit
53b16e9b4d
@ -15,11 +15,11 @@ clone_repos() {
|
|||||||
|
|
||||||
install_deps() {
|
install_deps() {
|
||||||
cd lumbung-video-prototype
|
cd lumbung-video-prototype
|
||||||
pip install -r requirements.txt
|
pip install -rq requirements.txt
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
cd lumbung-calendar-prototype
|
cd lumbung-calendar-prototype
|
||||||
pip install -r requirements.txt
|
pip install -rq requirements.txt
|
||||||
cd -
|
cd -
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user