python/lib/moresetuptools.py: add get_aubio_version and get_aubio_pyversion
[aubio.git] / README.md
index 0275051..6c7009d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,8 @@ Python module
 -------------
 
 A python module to access the library functions is also provided. Please see
-the file `python/README` for more information on how to use it.
+the file [`python/README.md`](python/README.md) for more information on how to
+use it.
 
 Examples tools
 --------------
@@ -110,7 +111,7 @@ On Linux, you should be able to set `LD_LIBRARY_PATH` with:
 On Mac OS X, a copy or a symlink can be made in `~/lib`:
 
     $ mkdir -p ~/lib
-    $ ln -sf $PWD/build/src/libaubio.4.dylib ~/lib/libaubio.4.dylib
+    $ ln -sf $PWD/build/src/libaubio*.dylib ~/lib/
 
 Note on Mac OS X systems older than El Capitan (10.11), the `DYLD_LIBRARY_PATH`
 variable can be set as follows:
@@ -161,7 +162,7 @@ Questions, comments, suggestions, and contributions are welcome. Use the
 mailing list: <aubio-user@aubio.org>.
 
 To subscribe to the list, use the mailman form:
-http://lists.aubio.org/listinfo/aubio-user/
+https://lists.aubio.org/listinfo/aubio-user/
 
 Alternatively, feel free to contact directly the author.
 
@@ -169,7 +170,7 @@ Alternatively, feel free to contact directly the author.
 Copyright and License Information
 ---------------------------------
 
-Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
+Copyright (C) 2003-2016 Paul Brossier <piem@aubio.org>
 
 aubio is free software: you can redistribute it and/or modify it under the
 terms of the GNU General Public License as published by the Free Software