ref: cad87837c401ad73f68409915193e169a16c1c79
parent: 2d04b8612f7e5da67002f1956112ab9dc361ca07
author: Paul Brossier <piem@altern.org>
date: Mon Aug 8 22:00:38 EDT 2005
easier to run python scripts from source tree
--- a/python/README
+++ b/python/README
@@ -1,6 +1,8 @@
-Here you will find some examples of python scripts and some evaluation
-routines. The python interface for libaubio is generated using Swig.
+# Here you will find some examples of python scripts and some evaluation
+# routines. The python interface for libaubio is generated using Swig.
-To have it working before installation, you will need to set LD_LIBRARY_PATH
-# export LD_LIBRARY_PATH=../src/.libs:../ext/.libs
-for instance, to run the python script from within aubio/python/.
+# To have it working before installation, you will need to set LD_LIBRARY_PATH.
+# for instance, to run the python script from within aubio/python/, you can use
+# sh ./README
+
+export LD_LIBRARY_PATH=../src/.libs:../ext/.libs