Changes between Version 12 and Version 13 of InstallationGuidelines/Linux/Developer/Script
- Timestamp:
- 01/06/12 21:22:11 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Developer/Script
v12 v13 67 67 sudo apt-get install -y python-lxml python-shapely bzr 68 68 if [[ "$MODE" = "medium" ]]; then 69 sudo apt-get -y install python-reportlab python-xl wt69 sudo apt-get -y install python-reportlab python-xlrd python-xlwt 70 70 elif [[ "$MODE" = "full" ]]; then 71 sudo apt-get -y install python-reportlab python-xl wt71 sudo apt-get -y install python-reportlab python-xlrd python-xlwt 72 72 sudo apt-get -y install python-matplotlib python-numpy python-scipy python-xlrd 73 73 sudo apt-get -y install eclipse-platform