Changeset 241e2fb


Ignore:
Timestamp:
Aug 26, 2016, 12:17:30 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

doc/python_module.rst: add note on pip, clean and remove cd python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/python_module.rst

    r8ed5494 r241e2fb  
    11aubio Python module
    22===================
     3
     4Installing with pip
     5-------------------
     6
     7.. code-block:: bash
     8
     9    $ pip install aubio
    310
    411Building the module
     
    916.. code-block:: bash
    1017
    11     $ cd python
     18    $ ./setup.py clean
    1219    $ ./setup.py build
    1320    $ sudo ./setup.py install
Note: See TracChangeset for help on using the changeset viewer.