annotate modules-and-plug-ins/python-module/INSTALL.md @ 117:ca2d83d29814 tip master

Merge branch 'release/1.0.5'
author Adam Stark <adamstark.uk@gmail.com>
date Fri, 18 Aug 2023 20:07:33 +0200
parents ae3ec9b14092
children
rev   line source
adamstark@62 1 BTrack - Python Module
adamstark@62 2 =================================
adamstark@62 3
adamstark@62 4 See the main README for other information including usage and license information.
adamstark@62 5
adamstark@62 6 Installation
adamstark@62 7 ------------
adamstark@62 8
adamstark@62 9 On the command line, type:
adamstark@62 10
adamstark@62 11 python setup.py build
adamstark@62 12
adamstark@62 13 and then:
adamstark@62 14
adamstark@62 15 python setup.py install
adamstark@62 16
adamstark@62 17 You may need to prefix the second command with 'sudo', depending upon your system configuration.
adamstark@67 18
adamstark@67 19
adamstark@67 20 Usage
adamstark@67 21 -----
adamstark@67 22
adamstark@67 23 See the example.py script for basic usage of the Python module.