- Timestamp:
- Mar 4, 2013, 8:58:09 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:
- 118f47f
- Parents:
- 164980f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/README.md
r164980f r49505f7 8 8 Reference](http://docs.scipy.org/doc/numpy/reference/c-api.html) 9 9 10 Compiling python aubio on Mac OS X11 ---------------------- ------------10 Compiling python aubio 11 ---------------------- 12 12 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: 13 You should be able to build the aubio python module out of the box: 16 14 17 15 $ ./build_osx 18 16 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/) 17 This should work on linux based systems as well as recent versions of OS X 18 (10.8.x). Let me know if you have issues on your platforms. 22 19 23 $ curl -O https://raw.github.com/fonnesbeck/ScipySuperpack/master/install_superpack.sh 24 $ sh install_superpack.sh 20 Additional tools 21 ---------------- 22 23 To use some of the demo scripts, you will need 24 [matplotlib](http://matplotlib.org/).
Note: See TracChangeset
for help on using the changeset viewer.