diff modules-and-plug-ins/python-module/INSTALL.md @ 25:20917cfb56a0 develop

Added installation instructions for Python module and Vamp plug-in
author Adam <adamstark.uk@gmail.com>
date Mon, 27 Jan 2014 23:20:13 +0000
parents
children 687b8dd41934
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules-and-plug-ins/python-module/INSTALL.md	Mon Jan 27 23:20:13 2014 +0000
@@ -0,0 +1,17 @@
+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.