Pytables

From RedwoodCenter
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