This commit is contained in:
parent
5a3364a5ec
commit
7aec6b910c
@ -15,11 +15,11 @@ clone_repos() {
|
|||||||
|
|
||||||
install_deps() {
|
install_deps() {
|
||||||
cd lumbung-video-prototype
|
cd lumbung-video-prototype
|
||||||
pip install -rq requirements.txt
|
pip install -r requirements.txt -q
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
cd lumbung-calendar-prototype
|
cd lumbung-calendar-prototype
|
||||||
pip install -rq requirements.txt
|
pip install -r requirements.txt -q
|
||||||
cd -
|
cd -
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user