Installation

Dependencies

Install Python 3, e.g. via Anaconda.

Install the required packages with conda:

conda install --file requirements.txt

Or install the required packages with pip:

pip install -r requirements.txt

Install latest development version

The module does not need to be installed. It can be run directly from the downloaded folder. If you want to easily import it into your code, try:

git clone https://github.com/felixriese/hyperspectral-processing.git
cd hyperspectral-processing/
python setup.py install

And to import:

import hprocessing