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 `_.