Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ paperswithcode_id: ecoset
|
|
17 |
|
18 |
# Important Download information:
|
19 |
|
20 |
-
1. In order to work with ecoset, please make sure to install the s3 compatible version of huggingface datasets, which should include the
|
21 |
|
22 |
```bash
|
23 |
pip install datasets[s3]
|
|
|
17 |
|
18 |
# Important Download information:
|
19 |
|
20 |
+
1. In order to work with ecoset, please make sure to install the s3 compatible version of huggingface datasets, which should include the `s3fs`, `botocore` and `boto3` modules:
|
21 |
|
22 |
```bash
|
23 |
pip install datasets[s3]
|