From 17200d778b6e2551750cce55a6f45eefc038fc0b Mon Sep 17 00:00:00 2001 From: Brian McFee Date: Fri, 9 Sep 2022 09:48:01 -0400 Subject: [PATCH] installation instruction fixes to README [ci skip] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec54dcb..259d154 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ This package implements the band-limited sinc interpolation method for sampling # Installation -`resampy` can be compiled from source via `pip` by saying: +`resampy` can be installed `pip` by the following command: ``` -pip install resampy +python -m pip install resampy ``` -Pre-built packages can be installed with `conda` by saying: +It can also be installed by `conda` as follows: ``` conda install -c conda-forge resampy ```