Changeset 9c22fc8


Ignore:
Timestamp:
Feb 9, 2013, 6:57:04 AM (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:
7ae5082
Parents:
27b39bf
Message:

merge both README

Location:
interfaces/python
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/README

    r27b39bf r9c22fc8  
     1===================
     2Python aubio module
     3===================
     4
    15This module wraps the aubio library for python using the numpy module.
    26
     
    48
    59http://docs.scipy.org/doc/numpy/reference/c-api.html
     10
     11Instructions to compile the python module on Mac OS X
     12-----------------------------------------------------
     13
     14Note: the following URLs to download from are given as examples only, you
     15should check the corresponding pages for newer versions
     16
     17# install python 2.7 from python.org
     18
     19  url: http://www.python.org/
     20
     21  $ curl -O http://www.python.org/ftp/python/2.7.3/python-2.7.3-macosx10.6.dmg
     22
     23  $ open python-2.7.3-macosx10.6.dmg
     24
     25  follow the instructions
     26
     27# install setuptools http://pypi.python.org/pypi/setuptools
     28
     29  url: http://pypi.python.org/pypi/setuptools#files
     30
     31  $ curl -O http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
     32
     33  $ [sudo] sh setuptools-0.6c9-py2.4.egg
     34
     35# install pip
     36
     37  url: http://www.pip-installer.org/en/latest/installing.html
     38
     39  $ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
     40
     41  $ [sudo] python get-pip.py
     42
     43# install Scipy superpack
     44
     45  url: http://www.scipy.org/Download and http://fonnesbeck.github.com/ScipySuperpack/
     46
     47  $ curl -O https://raw.github.com/fonnesbeck/ScipySuperpack/master/install_superpack.sh
     48
     49  $ sh install_superpack.sh
     50
     51# you should now be able to build the new python module
     52
     53  make sure the variables are correct in the file build_osx before running it:
     54
     55  $ ./build_osx
Note: See TracChangeset for help on using the changeset viewer.