view modules-and-plug-ins/python-module/INSTALL.md @ 86:5eeabb24d677

Fixed implementation issue in complex spectral difference (and its HWR cousin) - thanks to @zbanks for pointing this out. Also updated README for new version
author Adam Stark <adamstark.uk@gmail.com>
date Sun, 10 Jan 2016 11:36:14 +0000
parents ae3ec9b14092
children
line wrap: on
line source
BTrack - Python Module
=================================

See the main README for other information including usage and license information.

Installation
------------

On the command line, type:

	python setup.py build
	
and then:

	python setup.py install
	
You may need to prefix the second command with 'sudo', depending upon your system configuration.


Usage
-----

See the example.py script for basic usage of the Python module.