From: Paul Brossier Date: Mon, 4 Mar 2013 19:58:09 +0000 (-0500) Subject: README.md: update X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=49505f714330450f3d990c20a47656903ba3f24a;p=aubio.git README.md: update --- diff --git a/python/README.md b/python/README.md index f0054369..4103c8bc 100644 --- a/python/README.md +++ b/python/README.md @@ -7,18 +7,18 @@ See the [Python/C API Reference Manual] (http://docs.python.org/c-api/index.html) and the [Numpy/C API Reference](http://docs.scipy.org/doc/numpy/reference/c-api.html) -Compiling python aubio on Mac OS X ----------------------------------- +Compiling python aubio +---------------------- -You should now be able to build the aubio python module out of the box on a -recent version of OS X (10.8.x). Make sure the variables are correct in the -file `build_osx` before running it: +You should be able to build the aubio python module out of the box: $ ./build_osx -Additionally, you can fetch tools such [matplotlib](http://matplotlib.org/) to -use the demo scripts. One easy way to do it is to fetch the fully fledged -[Scipy superpack](http://fonnesbeck.github.com/ScipySuperpack/) +This should work on linux based systems as well as recent versions of OS X +(10.8.x). Let me know if you have issues on your platforms. - $ curl -O https://raw.github.com/fonnesbeck/ScipySuperpack/master/install_superpack.sh - $ sh install_superpack.sh +Additional tools +---------------- + +To use some of the demo scripts, you will need +[matplotlib](http://matplotlib.org/).