Skip to content

Commit

Permalink
installation instruction fixes to README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee authored Sep 9, 2022
1 parent d1bad1d commit 17200d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 17200d7

Please sign in to comment.