Skip to content

Commit 70e843c

Browse files
authored
used tabs for the install info (#6013)
1 parent d16628a commit 70e843c

File tree

1 file changed

+26
-23
lines changed

1 file changed

+26
-23
lines changed

docs/src/installing.rst

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -19,45 +19,48 @@ Iris can be installed using conda or pip.
1919
.. note:: This documentation was built using Python |python_version|.
2020

2121

22-
.. _installing_using_conda:
22+
.. _installing_a_released_version:
2323

24-
Installing a Released Version Using Conda
25-
-----------------------------------------
24+
Installing a Released Version
25+
-----------------------------
2626

27-
To install Iris using conda, you must first download and install conda,
28-
for example from https://docs.conda.io/en/latest/miniconda.html.
27+
.. tab-set::
2928

30-
Once conda is installed, you can install Iris using conda with the following
31-
command::
29+
.. tab-item:: conda-forge
3230

33-
conda install -c conda-forge iris
31+
To install Iris using conda, you must first download and install conda,
32+
for example from https://docs.conda.io/en/latest/miniconda.html.
3433

35-
If you wish to run any of the code in the gallery you will also
36-
need the Iris sample data. This can also be installed using conda::
34+
Once conda is installed, you can install Iris using conda with the following
35+
command::
3736

38-
conda install -c conda-forge iris-sample-data
37+
conda install -c conda-forge iris
3938

40-
Further documentation on using conda and the features it provides can be found
41-
at https://docs.conda.io/projects/conda/en/latest/index.html.
39+
If you wish to run any of the code in the gallery you will also
40+
need the Iris sample data. This can also be installed using conda::
4241

43-
.. _installing_using_pip:
42+
conda install -c conda-forge iris-sample-data
4443

45-
Installing a Released Version Using Pip
46-
---------------------------------------
44+
Further documentation on using conda and the features it provides can be found
45+
at https://docs.conda.io/projects/conda/en/latest/index.html.
4746

48-
Iris is also available from https://pypi.org/ so can be installed with ``pip``::
47+
.. tab-item:: PyPI
4948

50-
pip install scitools-iris
49+
Iris is also available from https://pypi.org/ so can be installed with ``pip``::
50+
51+
pip install scitools-iris
52+
53+
If you wish to run any of the code in the gallery you will also
54+
need the Iris sample data. This can also be installed using pip::
55+
56+
pip install iris-sample-data
5157

52-
If you wish to run any of the code in the gallery you will also
53-
need the Iris sample data. This can also be installed using pip::
5458

55-
pip install iris-sample-data
5659

5760
.. _installing_from_source:
5861

59-
Installing a Development Version from a Git Checkout
60-
----------------------------------------------------
62+
Installing a Development Version
63+
--------------------------------
6164

6265
The latest Iris source release is available from
6366
https://github.com/SciTools/iris.

0 commit comments

Comments
 (0)