ref: 241e2fbdfb6e91d6912135a023b3a0efc4b81b65
parent: 8ed5494e5a65def2d02fdd39cc0c12231d6583e6
author: Paul Brossier <[email protected]>
date: Fri Aug 26 08:17:30 EDT 2016
doc/python_module.rst: add note on pip, clean and remove cd python
--- a/doc/python_module.rst
+++ b/doc/python_module.rst
@@ -1,6 +1,13 @@
aubio Python module
===================
+Installing with pip
+-------------------
+
+.. code-block:: bash
+
+ $ pip install aubio
+
Building the module
-------------------
@@ -8,7 +15,7 @@
.. code-block:: bash
- $ cd python
+ $ ./setup.py clean
$ ./setup.py build
$ sudo ./setup.py install