Pytables

From RedwoodCenter
Revision as of 17:44, 30 September 2007 by Kilian (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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