From: Paul Brossier Date: Fri, 26 Aug 2016 10:17:30 +0000 (+0200) Subject: doc/python_module.rst: add note on pip, clean and remove cd python X-Git-Tag: 0.4.4~254 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=241e2fbdfb6e91d6912135a023b3a0efc4b81b65;p=aubio.git doc/python_module.rst: add note on pip, clean and remove cd python --- 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