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

typo, markdown embellish

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -75,7 +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
- 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
 
 
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 not having installed PIL.
79
 
80
  ### Download Settings
81