summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanojgudi2013-12-03 17:37:18 +0530
committermanojgudi2013-12-03 17:37:18 +0530
commit9363a46e87a16806d3c8612685bd880f211da255 (patch)
tree8d779c8cac567c31b3b1df1805b7914c11f4b879
parent35f360bb6d7d9ad5e1154b874dc59d30694c0810 (diff)
downloadsciscipy-1.0.0-9363a46e87a16806d3c8612685bd880f211da255.tar.gz
sciscipy-1.0.0-9363a46e87a16806d3c8612685bd880f211da255.tar.bz2
sciscipy-1.0.0-9363a46e87a16806d3c8612685bd880f211da255.zip
fix install dependencies
-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