Metadata-Version: 1.0
Name: Orange3-Chemometry
Version: 0.0.5
Summary: Add-on containing chemometry widgets
Home-page: UNKNOWN
Author: Georg Ramer
Author-email: georg@ramer.at
License: GPLv3
Description: Orange3 Chemometry
        ======================
        
        This is an chemometry add-on for [Orange3](http://orange.biolab.si). This was quickly done for the  Instrumental and Bioanalytical Laboratory lab course at TU Wien. 
        
        Installation
        ------------
        
        To install the add-on, run
        
            pip 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
        
            pip install -e .
        
        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
        
Keywords: orange3 add-on
Platform: UNKNOWN
