Skip to content

Commit

Permalink
Update sklearn to scikit-learn in README to match setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gionstegmann committed May 21, 2024
1 parent 86278ad commit c9d0cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ The package can also be installed locally and be made editable. To do this, clo


## Dependencies
The script can also be downloaded manually from the github repository (https://github.com/AudioCommons/timbral_models). If doing this, dependencies will need to be manually installed. The timbral models rely on several other easily accessible python packages: `numpy`, `soundfile`, `librosa`, `sklearn`, and `scipy`. These are all easily installed using the `pip install` command. e.g.
The script can also be downloaded manually from the github repository (https://github.com/AudioCommons/timbral_models). If doing this, dependencies will need to be manually installed. The timbral models rely on several other easily accessible python packages: `numpy`, `soundfile`, `librosa`, `scikit-learn`, and `scipy`. These are all easily installed using the `pip install` command. e.g.
```
$ pip install numpy
$ pip install soundfile
$ pip install librosa
$ pip install scipy
$ pip install sklearn
$ pip install scikit-learn
$ pip install six
$ pip install pyloudnorm
```
Expand Down

0 comments on commit c9d0cc5

Please sign in to comment.