adamstark@62: BTrack - Python Module adamstark@62: ================================= adamstark@62: adamstark@62: See the main README for other information including usage and license information. adamstark@62: adamstark@62: Installation adamstark@62: ------------ adamstark@62: adamstark@62: On the command line, type: adamstark@62: adamstark@62: python setup.py build adamstark@62: adamstark@62: and then: adamstark@62: adamstark@62: python setup.py install adamstark@62: adamstark@62: You may need to prefix the second command with 'sudo', depending upon your system configuration. adamstark@67: adamstark@67: adamstark@67: Usage adamstark@67: ----- adamstark@67: adamstark@67: See the example.py script for basic usage of the Python module.