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