From 567e58d841619eada70d725e8596f1ce0de8035e Mon Sep 17 00:00:00 2001 From: Jason Cramer Date: Thu, 23 Jan 2020 15:51:58 -0500 Subject: [PATCH] Add libsndfile conda note to docs and fix some double grave quotes --- docs/installation.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 80dc1fe..4303c12 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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 `_.