Skip to content

Commit 17200d7

Browse files
authored
installation instruction fixes to README [ci skip]
1 parent d1bad1d commit 17200d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ This package implements the band-limited sinc interpolation method for sampling
1818

1919
# Installation
2020

21-
`resampy` can be compiled from source via `pip` by saying:
21+
`resampy` can be installed `pip` by the following command:
2222
```
23-
pip install resampy
23+
python -m pip install resampy
2424
```
2525

26-
Pre-built packages can be installed with `conda` by saying:
26+
It can also be installed by `conda` as follows:
2727
```
2828
conda install -c conda-forge resampy
2929
```

0 commit comments

Comments
 (0)