@@ -19,45 +19,48 @@ Iris can be installed using conda or pip.
19
19
.. note :: This documentation was built using Python |python_version|.
20
20
21
21
22
- .. _ installing_using_conda :
22
+ .. _ installing_a_released_version :
23
23
24
- Installing a Released Version Using Conda
25
- -----------------------------------------
24
+ Installing a Released Version
25
+ -----------------------------
26
26
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 ::
29
28
30
- Once conda is installed, you can install Iris using conda with the following
31
- command::
29
+ .. tab-item :: conda-forge
32
30
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.
34
33
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 ::
37
36
38
- conda install -c conda-forge iris-sample-data
37
+ conda install -c conda-forge iris
39
38
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::
42
41
43
- .. _ installing_using_pip :
42
+ conda install -c conda-forge iris-sample-data
44
43
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.
47
46
48
- Iris is also available from https://pypi.org/ so can be installed with `` pip ``::
47
+ .. tab-item :: PyPI
49
48
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
51
57
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::
54
58
55
- pip install iris-sample-data
56
59
57
60
.. _installing_from_source :
58
61
59
- Installing a Development Version from a Git Checkout
60
- ----------------------------------------------------
62
+ Installing a Development Version
63
+ --------------------------------
61
64
62
65
The latest Iris source release is available from
63
66
https://github.com/SciTools/iris.
0 commit comments