move new python module to the top
[aubio.git] / python / README.md
1 Python aubio module
2 ===================
3
4 This module wraps the aubio library for python using the numpy module.
5
6 See the [Python/C API Reference
7 Manual] (http://docs.python.org/c-api/index.html) and the [Numpy/C API
8 Reference](http://docs.scipy.org/doc/numpy/reference/c-api.html)
9
10 Compiling python aubio on Mac OS X
11 ----------------------------------
12
13 You should now be able to build the aubio python module out of the box on a
14 recent version of OS X (10.8.x). Make sure the variables are correct in the
15 file `build_osx` before running it:
16
17     $ ./build_osx
18
19 Additionally, you can fetch tools such [matplotlib](http://matplotlib.org/) to
20 use the demo scripts. One easy way to do it is to fetch the fully fledged
21 [Scipy superpack](http://fonnesbeck.github.com/ScipySuperpack/)
22
23     $ curl -O https://raw.github.com/fonnesbeck/ScipySuperpack/master/install_superpack.sh
24     $ sh install_superpack.sh