Changes between Version 14 and Version 15 of InstallationGuidelines/Linux/Developer/Script


Ignore:
Timestamp:
01/07/12 12:03:01 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

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

    v14 v15  
    6363fi
    6464
     65# Install Git
     66sudo apt-get install git-core
    6567# Install Python Libs
    6668#sudo apt-get install -y python2.7 python-dateutil
    67 sudo apt-get install -y python-lxml python-shapely git-core
     69sudo apt-get install -y python-lxml python-shapely
     70
    6871if [[ "$MODE" = "medium" ]]; then
    6972    sudo apt-get -y install python-reportlab python-xlrd python-xlwt