Changes between Version 1 and Version 2 of VtkMapper


Ignore:
Timestamp:
09/20/13 00:58:54 (11 years ago)
Author:
dubos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VtkMapper

    v1 v2  
    66== Required Python packages : Linux == 
    77 
    8 You will probably need to install the following packages for VTKMapper to work : 
     8First, you will probably need to install the following packages : 
    99 * numpy 
    1010 * python-dev 
    1111 * vtk-python 
     12 
     13Then try installing the python-netCDF4 module found [http://code.google.com/p/netcdf4-python/downloads/list here]. 
     14See the [http://code.google.com/p/netcdf4-python/wiki/UbuntuInstall installation notes] 
     15 
     16== Required Python packages : Mac == 
     17 
     18VTKMapper runs with MacOSX as well. The main prerequisite is again the NetCDF4 python module. This module itself needs some packages that can be installed using !MacPorts.