updated readme to include notice for datasets[audio] installation
Browse files
README.md
CHANGED
@@ -81,7 +81,7 @@ Install datasets and Spotlight via [pip](https://packaging.python.org/en/latest/
|
|
81 |
```jupyterpython
|
82 |
!pip install renumics-spotlight datasets[audio]
|
83 |
```
|
84 |
-
> **_Notice:_** On Linux, non-Python dependency on libsndfile package must be installed manually. See [Datasets
|
85 |
|
86 |
Load the dataset from huggingface in your notebook:
|
87 |
```jupyterpython
|
|
|
81 |
```jupyterpython
|
82 |
!pip install renumics-spotlight datasets[audio]
|
83 |
```
|
84 |
+
> **_Notice:_** On Linux, non-Python dependency on libsndfile package must be installed manually. See [Datasets - Installation](https://huggingface.co/docs/datasets/installation#audio) for more information.
|
85 |
|
86 |
Load the dataset from huggingface in your notebook:
|
87 |
```jupyterpython
|