easier to run python scripts from source tree
authorPaul Brossier <piem@altern.org>
Tue, 9 Aug 2005 02:00:38 +0000 (02:00 +0000)
committerPaul Brossier <piem@altern.org>
Tue, 9 Aug 2005 02:00:38 +0000 (02:00 +0000)
python/README

index ff0bf8a..0e73bd5 100644 (file)
@@ -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