Changed install req description
Browse files
README.md
CHANGED
@@ -74,6 +74,10 @@ In order to work with ecoset, please make sure to install the s3 compatible vers
|
|
74 |
```bash
|
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 |
|
|
|
74 |
```bash
|
75 |
pip install datasets[s3]
|
76 |
```
|
77 |
+
OR:
|
78 |
+
```bash
|
79 |
+
pip install datasets s3fs boto3 botocore
|
80 |
+
```
|
81 |
|
82 |
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.
|
83 |
|