Mercurial > hg > btrack
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules-and-plug-ins/python-module/INSTALL.md Tue Jul 08 12:32:27 2014 +0100 @@ -0,0 +1,23 @@ +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. \ No newline at end of file