From 5bec75da4266f12800bb6ff822ae7a91fad571f7 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 20 Apr 2016 12:54:56 +0200 Subject: [PATCH] python/README: remove note about libaubio install --- python/README | 9 --------- 1 file changed, 9 deletions(-) diff --git a/python/README b/python/README index d0fb3f5a..ffc730ed 100644 --- a/python/README +++ b/python/README @@ -45,15 +45,6 @@ setting PYTHONPATH: $ export PYTHONPATH=$PYTHONPATH:$PWD/`ls -rtd build/lib.* | head -1`:$PWD/tests -Similarly, you can use the aubio module without installing libaubio by pointing -LD_LIBRARY_PATH to the path libaubio can be found at: - - $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/../build/src - -Or on Mac OS X systems, setting DYLD_LIBRARY_PATH: - - $ export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$PWD/../build/src - Testing the Python module ------------------------- -- 2.11.0