Changes between Version 15 and Version 16 of InstallationGuidelines/VirtualMachine/Maintenance


Ignore:
Timestamp:
09/24/14 20:12:40 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified InstallationGuidelines/VirtualMachine/Maintenance

    v15 v16  
    1818apt-get -y upgrade
    1919}}}
    20 4. Install dependencies and tools
     204. Install dependencies and tools (@ToDo: Make this a downloadable script)
    2121{{{
    2222apt-get -y install vim htop p7zip dos2unix
     
    3737python setup.py install
    3838cd ..
     39rm -rf Shapely-1.4.1
    3940wget --no-check-certificate https://pypi.python.org/packages/source/x/xlrd/xlrd-0.9.3.tar.gz
    4041tar zxvf xlrd-0.9.3.tar.gz
     
    4243python setup.py install
    4344cd ..
     45rm -rf xlrd-0.9.3
    4446apt-get -y install eclipse-platform
    4547apt-get clean