Pytables: Difference between revisions

From RedwoodCenter
Jump to navigationJump to search
No edit summary
 
 
Line 2: Line 2:




== hdf 5 ==
== Hdf 5 ==


   fink install hdf5
   fink install hdf5

Latest revision as of 18:23, 30 September 2007

Installation of PyTables


Hdf 5

 fink install hdf5

Pytables

Get PyTables 2.0.1 here: http://www.pytables.org/download/stable/pytables-2.0.1.tar.gz

 tar xvzf pytables-2.0.1.tar.gz 
 cd pytables-2.0.1
 python setup.py --hdf5=/sw install