본문 바로가기
OS/LINUX

How to install PyTables on Ubuntu

by 홍조 2012. 3. 7.
$ sudo apt-get install libhdf5-serial-dev
$ sudo aptitude install python-tables
To test the installation, run python or ipython and:
>>> import tables
>>> tables.test()


728x90