Changes between Version 1 and Version 2 of InstallationGuidelines/Linux/Developer/Script


Ignore:
Timestamp:
12/02/11 22:38:20 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Linux/Developer/Script

    v1 v2  
    6262elif [[ "$MODE" = "full" ]]; then
    6363    sudo apt-get -y install python-reportlab python-xlwt
    64     sudo apt-get -y install matplotlib numpy scipy python-xlrd
     64    sudo apt-get -y install python-matplotlib python-numpy python-scipy python-xlrd
    6565    sudo apt-get -y install eclipse
    6666fi