jordi-ai2 commited on
Commit
6960011
·
verified ·
1 Parent(s): 29180ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -266,15 +266,15 @@ Please note that every package indexed by the parquet files can contan several i
266
 
267
  ## Data access
268
 
269
- A standalone example of how to access the episode data via streaming is included in [stream_access_example.py](stream_access_example.py).
 
270
  To launch it you might need to install some dependencies, e.g., by:
271
  ```bash
272
- pip install h5py 'imageio[ffmpeg]' requests zstandard datasets huggingface_hub
273
  ```
274
 
275
- ### Bulk download
276
 
277
- We recommend to use [bulk_download.py](bulk_download.py).
278
 
279
  ### Dataset post-processing and stats
280
 
 
266
 
267
  ## Data access
268
 
269
+ We recommend to use [bulk_download.py](bulk_download.py).
270
+
271
  To launch it you might need to install some dependencies, e.g., by:
272
  ```bash
273
+ pip install zstandard datasets huggingface_hub tqdm
274
  ```
275
 
276
+ A standalone example of how to access the episode data via streaming is also included in [stream_access_example.py](stream_access_example.py).
277
 
 
278
 
279
  ### Dataset post-processing and stats
280