annotate modules-and-plug-ins/python-module/INSTALL.md @ 32:243d34f2886f release/1.0.0

flow: Created branch 'release/1.0.0'.
author Adam Stark <adamstark.uk@gmail.com>
date Tue, 08 Jul 2014 12:22:37 +0100
parents 687b8dd41934
children
rev   line source
adamstark@25 1 BTrack - Python Module
adamstark@25 2 =================================
adamstark@25 3
adamstark@25 4 See the main README for other information including usage and license information.
adamstark@25 5
adamstark@25 6 Installation
adamstark@25 7 ------------
adamstark@25 8
adamstark@25 9 On the command line, type:
adamstark@25 10
adamstark@25 11 python setup.py build
adamstark@25 12
adamstark@25 13 and then:
adamstark@25 14
adamstark@25 15 python setup.py install
adamstark@25 16
adamstark@25 17 You may need to prefix the second command with 'sudo', depending upon your system configuration.
adamstark@30 18
adamstark@30 19
adamstark@30 20 Usage
adamstark@30 21 -----
adamstark@30 22
adamstark@30 23 See the example.py script for basic usage of the Python module.