Changeset 49505f7 for python/README.md


Ignore:
Timestamp:
Mar 4, 2013, 8:58:09 PM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
118f47f
Parents:
164980f
Message:

README.md: update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/README.md

    r164980f r49505f7  
    88Reference](http://docs.scipy.org/doc/numpy/reference/c-api.html)
    99
    10 Compiling python aubio on Mac OS X
    11 ----------------------------------
     10Compiling python aubio
     11----------------------
    1212
    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:
     13You should be able to build the aubio python module out of the box:
    1614
    1715    $ ./build_osx
    1816
    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/)
     17This should work on linux based systems as well as recent versions of OS X
     18(10.8.x). Let me know if you have issues on your platforms.
    2219
    23     $ curl -O https://raw.github.com/fonnesbeck/ScipySuperpack/master/install_superpack.sh
    24     $ sh install_superpack.sh
     20Additional tools
     21----------------
     22
     23To use some of the demo scripts, you will need
     24[matplotlib](http://matplotlib.org/).
Note: See TracChangeset for help on using the changeset viewer.