Mercurial > hg > btrack
annotate modules-and-plug-ins/python-module/INSTALL.md @ 65:105999275c2e
Added a function to allow updates to the hop and frame size of the beat tracker
author | Adam Stark <adamstark@users.noreply.github.com> |
---|---|
date | Tue, 28 Jan 2014 00:31:17 +0000 |
parents | 2ec37d4afc37 |
children | 687b8dd41934 |
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. |