- Timestamp:
- Aug 26, 2016, 12:17:30 PM (8 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:
- 8c00e7b
- Parents:
- 8ed5494
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/python_module.rst
r8ed5494 r241e2fb 1 1 aubio Python module 2 2 =================== 3 4 Installing with pip 5 ------------------- 6 7 .. code-block:: bash 8 9 $ pip install aubio 3 10 4 11 Building the module … … 9 16 .. code-block:: bash 10 17 11 $ cd python18 $ ./setup.py clean 12 19 $ ./setup.py build 13 20 $ sudo ./setup.py install
Note: See TracChangeset
for help on using the changeset viewer.