doc/python_module.rst: add note on pip, clean and remove cd python
authorPaul Brossier <piem@piem.org>
Fri, 26 Aug 2016 10:17:30 +0000 (12:17 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 26 Aug 2016 10:17:30 +0000 (12:17 +0200)
doc/python_module.rst

index eab5cd4..cebca6e 100644 (file)
@@ -1,6 +1,13 @@
 aubio Python module
 ===================
 
+Installing with pip
+-------------------
+
+.. code-block:: bash
+
+    $ pip install aubio
+
 Building the module
 -------------------
 
@@ -8,7 +15,7 @@ From ``aubio`` source directory, run the following:
 
 .. code-block:: bash
 
-    $ cd python
+    $ ./setup.py clean
     $ ./setup.py build
     $ sudo ./setup.py install