summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall3
1 files changed, 3 insertions, 0 deletions
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