diff options
Diffstat (limited to 'libraries/pyacoustid/README')
-rw-r--r-- | libraries/pyacoustid/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/pyacoustid/README b/libraries/pyacoustid/README index 97d4973372b98..6b1fdeab08cdf 100644 --- a/libraries/pyacoustid/README +++ b/libraries/pyacoustid/README @@ -3,3 +3,8 @@ high-quality, open-source acoustic fingerprinting system. This package provides Python bindings for both the fingerprinting algorithm library, which is written in C but portable, and the Web service, which provides fingerprint lookups. + +If you want to build this for use with Python 3.x (require python3) +pass the script PYTHON3=yes, like + + PYTHON3=yes ./pyacoustid.SlackBuild |