From 9363a46e87a16806d3c8612685bd880f211da255 Mon Sep 17 00:00:00 2001 From: manojgudi Date: Tue, 3 Dec 2013 17:37:18 +0530 Subject: fix install dependencies --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index 579b65d..b34284e 100755 --- a/install +++ b/install @@ -22,6 +22,9 @@ echo "$bold $red Installing Dependencies $end" echo "$bold $yel > Installing Scilab... $end" sudo apt-get install scilab +echo "$bold $yel > Installing python-dev... $end" + sudo apt-get install python-dev + echo "$bold $yel > Installing python-numpy... $end" sudo apt-get install python-numpy -- cgit