From 109ba428b746ffc2448d63b6dc6d723f6cadbc17 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 23 Sep 2018 10:11:00 +0200 Subject: [PATCH] doc/python_module.rst: add note about aubio command --- doc/python_module.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/python_module.rst b/doc/python_module.rst index ed834f56..11e1dc01 100644 --- a/doc/python_module.rst +++ b/doc/python_module.rst @@ -28,8 +28,17 @@ From ``aubio`` source directory, run the following: Using aubio in python --------------------- -Once you have python-aubio installed, you should be able to run ``python -c -"import aubio; print(aubio.version)"``. +Once the python module is installed, its version can be checked with: + +.. code-block:: console + + $ python -c "import aubio; print(aubio.version, aubio.float_type)" + +The command line `aubio` is also installed: + +.. code-block:: console + + $ aubio -h A simple example ................ -- 2.11.0