@@ -56,9 +56,22 @@ machine learning, and data processing workflows.
5656You can install _ MDIO_ via [ pip] from [ PyPI] :
5757
5858``` console
59- $ pip install mdio
59+ $ pip install multidimio
6060```
6161
62+ You can also install some optional dependencies (extras) like this:
63+
64+ ``` console
65+ $ pip install multidimio[distributed]
66+ $ pip install multidimio[cloud]
67+ $ pip install multidimio[lossy]
68+ ```
69+
70+ ` distributed ` installs [ Dask] [ dask ] for parallel, distributed processing.\
71+ ` cloud ` installs [ fsspec] [ fsspec ] backed I/O libraries for [ AWS' S3] [ s3fs ] ,
72+ [ Google's GCS] [ gcsfs ] , and [ Azure ABS] [ adlfs ] .\
73+ ` lossy ` will install the ZFPY library for lossy chunk compression.
74+
6275## Usage
6376
6477Please see the [ Command-line Reference] for details.
@@ -90,6 +103,9 @@ This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter]
90103[ dask ] : https://www.dask.org/
91104[ zarr ] : https://zarr.dev/
92105[ fsspec ] : https://filesystem-spec.readthedocs.io/en/latest/
106+ [ s3fs ] : https://s3fs.readthedocs.io/
107+ [ gcsfs ] : https://gcsfs.readthedocs.io/
108+ [ adlfs ] : https://github.com/fsspec/adlfs
93109[ blosc ] : https://www.blosc.org/
94110[ zfp ] : https://computing.llnl.gov/projects/zfp
95111[ xarray ] : https://xarray.dev/
0 commit comments