Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 669 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 669 Bytes

Orange3 HDF5 Add-on

This is an add-on for Orange3 that allows importing data sets from HDF5 files.

Installation

To install the add-on, run

python setup.py install

To register this add-on with Orange, but keep the code in the development directory (do not copy it to Python's site-packages directory), run

python setup.py develop

Documentation / widget help can be built by running

make html htmlhelp

from the doc directory.

Usage

After the installation, the widget from this add-on is registered with Orange. To run Orange from the terminal, use

python -m Orange.canvas