1pyliblo - Python bindings for the liblo OSC library
2
3Copyright (C) 2007-2015  Dominic Sacré  <dominic.sacre@gmx.de>
4
5http://das.nasophon.de/pyliblo/
6
7
8Requirements:
9=============
10
11* Python >= 2.6 (also works with 3.x) [http://www.python.org/]
12* Cython [http://www.cython.org/]
13* liblo >= 0.27 [http://liblo.sourceforge.net/]
14
15
16Installation:
17=============
18
19./setup.py build
20./setup.py install
21
22This will install both the python module and the send_osc/dump_osc scripts.
23
24
25Documentation:
26==============
27
28See http://dsacre.github.io/pyliblo/doc/ for API documentation.
29The 'examples' directory in the source tree contains some example code.
30