Changeset 109ba42


Ignore:
Timestamp:
Sep 23, 2018, 10:11:00 AM (6 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
Children:
3d8a6c0
Parents:
3a6a7766
Message:

doc/python_module.rst: add note about aubio command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/python_module.rst

    r3a6a7766 r109ba42  
    2929---------------------
    3030
    31 Once you have python-aubio installed, you should be able to run ``python -c
    32 "import aubio; print(aubio.version)"``.
     31Once the python module is installed, its version can be checked with:
     32
     33.. code-block:: console
     34
     35    $ python -c "import aubio; print(aubio.version, aubio.float_type)"
     36
     37The command line `aubio` is also installed:
     38
     39.. code-block:: console
     40
     41    $ aubio -h
    3342
    3443A simple example
Note: See TracChangeset for help on using the changeset viewer.