diff options
author | manojgudi | 2013-12-03 17:37:18 +0530 |
---|---|---|
committer | manojgudi | 2013-12-03 17:37:18 +0530 |
commit | 9363a46e87a16806d3c8612685bd880f211da255 (patch) | |
tree | 8d779c8cac567c31b3b1df1805b7914c11f4b879 | |
parent | 35f360bb6d7d9ad5e1154b874dc59d30694c0810 (diff) | |
download | sciscipy-1.0.0-9363a46e87a16806d3c8612685bd880f211da255.tar.gz sciscipy-1.0.0-9363a46e87a16806d3c8612685bd880f211da255.tar.bz2 sciscipy-1.0.0-9363a46e87a16806d3c8612685bd880f211da255.zip |
fix install dependencies
-rwxr-xr-x | install | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |