Mercurial > hg > btrack
comparison modules-and-plug-ins/python-module/INSTALL.md @ 36:5bd9ae503dcf master 1.0.0
flow: Merged <release> '1.0.0' to <master> ('master').
author | Adam Stark <adamstark.uk@gmail.com> |
---|---|
date | Tue, 08 Jul 2014 12:32:27 +0100 |
parents | 687b8dd41934 |
children |
comparison
equal
deleted
inserted
replaced
13:0d29e68fa2ee | 36:5bd9ae503dcf |
---|---|
1 BTrack - Python Module | |
2 ================================= | |
3 | |
4 See the main README for other information including usage and license information. | |
5 | |
6 Installation | |
7 ------------ | |
8 | |
9 On the command line, type: | |
10 | |
11 python setup.py build | |
12 | |
13 and then: | |
14 | |
15 python setup.py install | |
16 | |
17 You may need to prefix the second command with 'sudo', depending upon your system configuration. | |
18 | |
19 | |
20 Usage | |
21 ----- | |
22 | |
23 See the example.py script for basic usage of the Python module. |