Skip to content

Commit

Permalink
Document xarray optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 10, 2024
1 parent bba822d commit e25c23f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Installation
$ pip install xarray-ms
xarray-ms has a minimal set of dependencies.
If cubed_, dask_ or zarr_ support is required for use with xarray,
they must be installed separately.

.. code-block:: bash
pip install cubed dask[array] distributed zarr
Development
===========

Expand Down Expand Up @@ -57,3 +65,7 @@ build the Sphinx documentation
$ poetry shell
$ cd doc
$ make html
.. _cubed: https://cubed-dev.github.io/cubed/
.. _dask: https://www.dask.org/
.. _zarr: https://zarr.dev/

0 comments on commit e25c23f

Please sign in to comment.