shithub: aubio

Download patch

ref: 09ff6eed823cec9e1ddbfe7e6e58dc1b4cb449e8
parent: a4bd8d656612f7dff56090aabf6f3f26daed36c2
author: Paul Brossier <piem@piem.org>
date: Sat Mar 25 07:12:30 EDT 2017

doc/installing.rst: improve cheats

--- a/doc/installing.rst
+++ b/doc/installing.rst
@@ -9,7 +9,7 @@
 Cheat sheet
 -----------
 
-- :ref:`get aubio latest source code <Git repository>`::
+- :ref:`get aubio latest source code <building>`::
 
     # official repo
     git clone https://git.aubio.org/aubio/aubio
@@ -34,11 +34,11 @@
 - :ref:`install python-aubio from source <python>`::
 
     # from git
-    pip install https://git.aubio.org/aubio/aubio/
+    pip install git+https://git.aubio.org/aubio/aubio/
     # mirror
-    pip install https://github.com/aubio/aubio/
+    pip install git+https://github.com/aubio/aubio/
     # from latest release
-    pip install https://aubio.org/pub/aubio-0.4.4.tar.gz
+    pip install https://aubio.org/pub/aubio-latest.tar.bz2
     # from pypi
     pip install aubio
     # from source directory
@@ -49,9 +49,9 @@
 
       # conda [osx, linux, win]
       conda install -c conda-forge aubio
-      # .deb (debian, ubuntu) linux
-      sudo apt-get install python-aubio aubio-tools
-      # brew (osx)
+      # .deb (debian, ubuntu) [linux]
+      sudo apt-get install python3-aubio python-aubio aubio-tools
+      # brew [osx]
       brew install aubio --with-python
 
 - :ref:`get a pre-compiled version of libaubio <download>`::
@@ -68,8 +68,9 @@
 
     # debian / ubuntu
     dpkg -l libavcodec-dev libavutil-dev libavformat-dev \
-            libswresample-dev libavresample-dev
-    dpkg -l libsamplerate-dev libsndfile-dev
+            libswresample-dev libavresample-dev \
+            libsamplerate-dev libsndfile-dev \
+            txt2man doxygen
 
 .. include:: download.rst