Syoy commited on
Commit
1c2e9e9
1 Parent(s): 2453d50

updated readme to include notice for datasets[audio] installation

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 Docs](https://huggingface.co/docs/datasets/installation#audio) for more information.
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