add -y flag to pip install

pull/155/head
Yossi 2017-04-12 14:15:54 +03:00
parent 2c1726ca87
commit 5b86536360
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ sudo chmod 777 -R /home/Cardigan/modules/video/
echo "========== Installing pip ============"
sudo apt-get install python-pip
sudo apt-get install python-pip -y
echo "========== Installing Numpy ============"
sudo pip install numpy