Changeset 09ff6ee for doc/installing.rst
- Timestamp:
- Mar 25, 2017, 11:12:30 AM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/installing.rst
ra4bd8d6 r09ff6ee 10 10 ----------- 11 11 12 - :ref:`get aubio latest source code < Git repository>`::12 - :ref:`get aubio latest source code <building>`:: 13 13 14 14 # official repo … … 35 35 36 36 # from git 37 pip install https://git.aubio.org/aubio/aubio/37 pip install git+https://git.aubio.org/aubio/aubio/ 38 38 # mirror 39 pip install https://github.com/aubio/aubio/39 pip install git+https://github.com/aubio/aubio/ 40 40 # from latest release 41 pip install https://aubio.org/pub/aubio- 0.4.4.tar.gz41 pip install https://aubio.org/pub/aubio-latest.tar.bz2 42 42 # from pypi 43 43 pip install aubio … … 50 50 # conda [osx, linux, win] 51 51 conda install -c conda-forge aubio 52 # .deb (debian, ubuntu) linux53 sudo apt-get install python -aubio aubio-tools54 # brew (osx)52 # .deb (debian, ubuntu) [linux] 53 sudo apt-get install python3-aubio python-aubio aubio-tools 54 # brew [osx] 55 55 brew install aubio --with-python 56 56 … … 69 69 # debian / ubuntu 70 70 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 73 74 74 75 .. include:: download.rst
Note: See TracChangeset
for help on using the changeset viewer.