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