From fe5b285c5431b3a399ef5ec10af6862f0621e3a5 Mon Sep 17 00:00:00 2001 From: Jason Cramer Date: Thu, 23 Jan 2020 15:04:37 -0500 Subject: [PATCH] Add conda install instructions for libsndfile --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef6a755..68ec62c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ For Debian-based distributions (such as Ubuntu), this can be done by simply runn 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>).