diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-02 12:07:41 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-10 08:37:33 +0700 |
commit | 32c714630e527a88974139eba0f478940ab5358d (patch) | |
tree | 260e0cd12f1200be9625bff08f632c87486f16cc /python/pyliblo/README | |
parent | 9a84afbc929318c2ddf168cd561fbc35eca91f8e (diff) |
python/pyliblo: Add python3 support.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyliblo/README')
-rw-r--r-- | python/pyliblo/README | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/python/pyliblo/README b/python/pyliblo/README index b755232141d0..20ec20fa0441 100644 --- a/python/pyliblo/README +++ b/python/pyliblo/README @@ -1,11 +1,9 @@ pyliblo (python wrapper for the liblo OSC library) -pyliblo is a Python wrapper for the liblo Open Sound Control library. It -supports almost the complete functionality of liblo, allowing you to -send and receive OSC messages using a nice and simple Python API. +pyliblo is a Python wrapper for the liblo Open Sound Control +library. It supports almost the complete functionality of liblo, +allowing you to send and receive OSC messages using a nice and simple +Python API. -Also included are the command line utilities send_osc and dump_osc. - -If you're upgrading from an older pyliblo version and you get 'compilation -terminated due to -Wfatal-errors', check your installed version of liblo: -for pyliblo-0.10.0 and up, you need liblo-0.28 or greater. +This build includes support for both Python 2 and Python 3. Also +included are the command line utilities send_osc and dump_osc. |