Skip to content

Commit b01fd9f

Browse files
committed
Add installation instructions
1 parent 0b47042 commit b01fd9f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/index.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,27 @@ Welcome to cf_xarray's documentation!
99
``cf_xarray`` is a lightweight accessor that allows you to interpret CF attributes present
1010
on xarray objects.
1111

12+
13+
Installing
14+
----------
15+
16+
``cf_xarray`` can be installed using ``pip``
17+
18+
>>> pip install cf_xarray
19+
20+
21+
or using ``conda``
22+
23+
>>> conda install -c conda-forge cf_xarray
24+
25+
26+
Table of contents
27+
-----------------
28+
1229
.. toctree::
1330
:maxdepth: 2
1431

32+
installing
1533
examples/index
1634
whats-new
1735
roadmap

0 commit comments

Comments
 (0)