DiGyt commited on
Commit
30d9ec0
1 Parent(s): 2881e1f

Added remark on PIL

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -75,6 +75,7 @@ In order to work with ecoset, please make sure to install the s3 compatible vers
75
  pip install datasets[s3]
76
  ```
77
 
 
78
 
79
  ### Download Settings
80
 
 
75
  pip install datasets[s3]
76
  ```
77
 
78
+ If you want to work with the dataset in Huggingface.datasets, you might also want to make sure to install PIL (`pip install Pillow`) in order to work with image input. However, downloading the dataset will work despite having/not having installed PIL.
79
 
80
  ### Download Settings
81