typo, markdown embellish
Browse files
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
|
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 |
|