From 241e2fbdfb6e91d6912135a023b3a0efc4b81b65 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 26 Aug 2016 12:17:30 +0200 Subject: [PATCH] doc/python_module.rst: add note on pip, clean and remove cd python --- doc/python_module.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/python_module.rst b/doc/python_module.rst index eab5cd4a..cebca6e2 100644 --- 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 @@ From ``aubio`` source directory, run the following: .. code-block:: bash - $ cd python + $ ./setup.py clean $ ./setup.py build $ sudo ./setup.py install -- 2.11.0