Changes between Version 12 and Version 13 of InstallationGuidelines/Linux/Developer/Script


Ignore:
Timestamp:
01/06/12 21:22:11 (13 years ago)
Author:
Fran Boon
Comment:

xlrd: new dependency

Legend:

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

    v12 v13  
    6767sudo apt-get install -y python-lxml python-shapely bzr
    6868if [[ "$MODE" = "medium" ]]; then
    69     sudo apt-get -y install python-reportlab python-xlwt
     69    sudo apt-get -y install python-reportlab python-xlrd python-xlwt
    7070elif [[ "$MODE" = "full" ]]; then
    71     sudo apt-get -y install python-reportlab python-xlwt
     71    sudo apt-get -y install python-reportlab python-xlrd python-xlwt
    7272    sudo apt-get -y install python-matplotlib python-numpy python-scipy python-xlrd
    7373    sudo apt-get -y install eclipse-platform