source: interfaces/python/README @ 9c22fc8

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 9c22fc8 was 9c22fc8, checked in by Paul Brossier <piem@piem.org>, 11 years ago

merge both README

  • Property mode set to 100644
File size: 1.5 KB
Line 
1===================
2Python aubio module
3===================
4
5This module wraps the aubio library for python using the numpy module.
6
7http://docs.python.org/c-api/index.html
8
9http://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 TracBrowser for help on using the repository browser.