DiGyt commited on
Commit
d01e297
1 Parent(s): db2a08d

remove pip install boto3... example to prevent version issues with hf datasets internal boto3 reqs

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -74,10 +74,6 @@ In order to work with ecoset, please make sure to install the s3 compatible vers
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
 
 
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