doc/python_module.rst: add print(aubio.version)
authorPaul Brossier <piem@piem.org>
Sun, 8 Jan 2017 13:53:21 +0000 (14:53 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 8 Jan 2017 13:53:21 +0000 (14:53 +0100)
doc/python_module.rst

index 7251391..ed834f5 100644 (file)
@@ -29,7 +29,7 @@ Using aubio in python
 ---------------------
 
 Once you have python-aubio installed, you should be able to run ``python -c
 ---------------------
 
 Once you have python-aubio installed, you should be able to run ``python -c
-"import aubio"``.
+"import aubio; print(aubio.version)"``.
 
 A simple example
 ................
 
 A simple example
 ................