Changes between Version 14 and Version 15 of InstallationGuidelines/Linux/Developer/Script
- Timestamp:
- 01/07/12 12:03:01 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Developer/Script
v14 v15 63 63 fi 64 64 65 # Install Git 66 sudo apt-get install git-core 65 67 # Install Python Libs 66 68 #sudo apt-get install -y python2.7 python-dateutil 67 sudo apt-get install -y python-lxml python-shapely git-core 69 sudo apt-get install -y python-lxml python-shapely 70 68 71 if [[ "$MODE" = "medium" ]]; then 69 72 sudo apt-get -y install python-reportlab python-xlrd python-xlwt