Changeset f400ea1
- Timestamp:
- Feb 9, 2013, 10:22:29 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/README.md
r9d123e9 rf400ea1 5 5 6 6 See the [Python/C API Reference 7 Manual] (http://docs.python.org/c-api/index.html) and the [Numpy/C API7 Manual] (http://docs.python.org/c-api/index.html) and the [Numpy/C API 8 8 Reference](http://docs.scipy.org/doc/numpy/reference/c-api.html) 9 9 … … 11 11 ---------------------------------- 12 12 13 Note: the following URLs to download from are given as examples only, you 14 should check the corresponding pages for newer versions 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: 15 16 16 Download and install python 2.7 from [python.org](http://www.python.org/) 17 $ ./build_osx 17 18 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/) 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/) 38 22 39 23 $ curl -O https://raw.github.com/fonnesbeck/ScipySuperpack/master/install_superpack.sh 40 24 $ sh install_superpack.sh 41 42 You should now be able to build the new python module. make sure the43 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.