Skip to content

Commit

Permalink
Add libsndfile conda note to docs and fix some double grave quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
auroracramer committed Jan 23, 2020
1 parent 02886b8 commit 567e58d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@ For more detailed information, please consult the

libsndfile
__________
OpenL3 depends on the `pysoundfile` module to load audio files, which depends on the non-Python library
OpenL3 depends on the ``pysoundfile`` module to load audio files, which depends on the non-Python library
``libsndfile``. On Windows and macOS, these will be installed via ``pip`` and you can therefore skip this step.
However, on Linux this must be installed manually via your platform's package manager.
For Debian-based distributions (such as Ubuntu), this can be done by simply running

>>> apt-get install libsndfile1

Alternatively, if you are using ``conda``, you can install ``libsndfile`` simply by running

>>> conda install -c conda-forge libsndfile

For more detailed information, please consult the
`pysoundfile installation documentation <https://pysoundfile.readthedocs.io/en/0.9.0/#installation>`_.

Expand Down

0 comments on commit 567e58d

Please sign in to comment.