Changeset f400ea1


Ignore:
Timestamp:
Feb 9, 2013, 10:22:29 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:
f6efc82
Parents:
9d123e9
Message:

interfaces/python/README.md: simplify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/README.md

    r9d123e9 rf400ea1  
    55
    66See the [Python/C API Reference
    7 Manual](http://docs.python.org/c-api/index.html) and the [Numpy/C API
     7Manual] (http://docs.python.org/c-api/index.html) and the [Numpy/C API
    88Reference](http://docs.scipy.org/doc/numpy/reference/c-api.html)
    99
     
    1111----------------------------------
    1212
    13 Note: the following URLs to download from are given as examples only, you
    14 should check the corresponding pages for newer versions
     13You should now be able to build the aubio python module out of the box on a
     14recent version of OS X (10.8.x). Make sure the variables are correct in the
     15file `build_osx` before running it:
    1516
    16 Download and install python 2.7 from [python.org](http://www.python.org/)
     17    $ ./build_osx
    1718
    18     $ curl -O http://www.python.org/ftp/python/2.7.3/python-2.7.3-macosx10.6.dmg
    19     $ open python-2.7.3-macosx10.6.dmg
    20     # follow the instructions
    21 
    22 Download and install [setuptools](http://pypi.python.org/pypi/setuptools)
    23  
    24     $ curl -O http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
    25     $ ${SUDO} sh setuptools-0.6c9-py2.4.egg
    26 
    27 Download and install [pip](http://www.pip-installer.org/en/latest/installing.html)
    28 
    29     $ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
    30     $ ${SUDO} python get-pip.py
    31 
    32 Download and install [matplotlib](http://matplotlib.sourceforge.net/)
    33 
    34     $ pip install matplotlib
    35 
    36 Alternatively, you can fetch the fully fledged [Scipy
    37 superpack](http://fonnesbeck.github.com/ScipySuperpack/)
     19Additionally, you can fetch tools such [matplotlib](http://matplotlib.org/) to
     20use the demo scripts. One easy way to do it is to fetch the fully fledged
     21[Scipy superpack](http://fonnesbeck.github.com/ScipySuperpack/)
    3822
    3923    $ curl -O https://raw.github.com/fonnesbeck/ScipySuperpack/master/install_superpack.sh
    4024    $ sh install_superpack.sh
    41 
    42 You should now be able to build the new python module. make sure the
    43 variables are correct in the file `build_osx` before running it:
    44 
    45     $ ./build_osx
Note: See TracChangeset for help on using the changeset viewer.