vkapoor commited on
Commit
8b19fb5
1 Parent(s): 20183e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ Ecoset is a large multi-class single-label object recognition image dataset (sim
71
  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:
72
 
73
  ```bash
74
- pip install datasets[s3]
75
  ```
76
 
77
  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.
 
71
  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:
72
 
73
  ```bash
74
+ pip install datasets
75
  ```
76
 
77
  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.