Changeset 09ff6ee


Ignore:
Timestamp:
Mar 25, 2017, 11:12:30 AM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
Children:
18373d8
Parents:
a4bd8d6
Message:

doc/installing.rst: improve cheats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/installing.rst

    ra4bd8d6 r09ff6ee  
    1010-----------
    1111
    12 - :ref:`get aubio latest source code <Git repository>`::
     12- :ref:`get aubio latest source code <building>`::
    1313
    1414    # official repo
     
    3535
    3636    # from git
    37     pip install https://git.aubio.org/aubio/aubio/
     37    pip install git+https://git.aubio.org/aubio/aubio/
    3838    # mirror
    39     pip install https://github.com/aubio/aubio/
     39    pip install git+https://github.com/aubio/aubio/
    4040    # from latest release
    41     pip install https://aubio.org/pub/aubio-0.4.4.tar.gz
     41    pip install https://aubio.org/pub/aubio-latest.tar.bz2
    4242    # from pypi
    4343    pip install aubio
     
    5050      # conda [osx, linux, win]
    5151      conda install -c conda-forge aubio
    52       # .deb (debian, ubuntu) linux
    53       sudo apt-get install python-aubio aubio-tools
    54       # brew (osx)
     52      # .deb (debian, ubuntu) [linux]
     53      sudo apt-get install python3-aubio python-aubio aubio-tools
     54      # brew [osx]
    5555      brew install aubio --with-python
    5656
     
    6969    # debian / ubuntu
    7070    dpkg -l libavcodec-dev libavutil-dev libavformat-dev \
    71             libswresample-dev libavresample-dev
    72     dpkg -l libsamplerate-dev libsndfile-dev
     71            libswresample-dev libavresample-dev \
     72            libsamplerate-dev libsndfile-dev \
     73            txt2man doxygen
    7374
    7475.. include:: download.rst
Note: See TracChangeset for help on using the changeset viewer.