Syoy commited on
Commit
22fa011
1 Parent(s): 6db8b8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -64,8 +64,9 @@ The enrichments allow you to quickly gain insights into the dataset. The open so
64
  Install datasets and Spotlight via [pip](https://packaging.python.org/en/latest/key_projects/#pip):
65
 
66
  ```python
67
- !pip install renumics-spotlight datasets
68
  ```
 
69
 
70
  Load the dataset from huggingface in your notebook:
71
 
 
64
  Install datasets and Spotlight via [pip](https://packaging.python.org/en/latest/key_projects/#pip):
65
 
66
  ```python
67
+ !pip install renumics-spotlight datasets[audio]
68
  ```
69
+ > **_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.
70
 
71
  Load the dataset from huggingface in your notebook:
72