source: interfaces/python/README.osx @ 27b39bf

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

README.osx: add some instructions for osx

  • Property mode set to 100644
File size: 1.2 KB
Line 
1Instructions to compile the python module on Mac OS X
2
3Note: the following URLs to download from are given as examples only, you
4should check the corresponding pages for newer versions
5
6# install python 2.7 from python.org
7
8  url: http://www.python.org/
9
10  $ curl -O http://www.python.org/ftp/python/2.7.3/python-2.7.3-macosx10.6.dmg
11
12  $ open python-2.7.3-macosx10.6.dmg
13
14  follow the instructions
15
16# install setuptools http://pypi.python.org/pypi/setuptools
17
18  url: http://pypi.python.org/pypi/setuptools#files
19
20  $ curl -O http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
21
22  $ [sudo] sh setuptools-0.6c9-py2.4.egg
23
24# install pip
25
26  url: http://www.pip-installer.org/en/latest/installing.html
27
28  $ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
29
30  $ [sudo] python get-pip.py
31
32# install Scipy superpack
33
34  url: http://www.scipy.org/Download and http://fonnesbeck.github.com/ScipySuperpack/
35
36  $ curl -O https://raw.github.com/fonnesbeck/ScipySuperpack/master/install_superpack.sh
37
38  $ sh install_superpack.sh
39
40# you should now be able to build the new python module
41
42  make sure the variables are correct in the file build_osx before running it:
43
44  $ ./build_osx
Note: See TracBrowser for help on using the repository browser.