Skip to content

Commit f4a6fad

Browse files
authored
Fix esmpy install instructions
1 parent d63b11b commit f4a6fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ visualisation package <http://ajheaps.github.io/cf-plot>`_, run:
108108
:caption: *Install with conda.*
109109
110110
$ conda install -c conda-forge cf-python cf-plot udunits2
111-
$ conda install -c conda-forge esmpy>=8.0.0
111+
$ conda install -c conda-forge "esmpy>=8.0.0"
112112
113113
The second of the two ``conda`` commands is required for
114114
:ref:`regridding <Regridding>` to work.
@@ -251,7 +251,7 @@ environments for which these features are not required.
251251

252252
.. code-block:: console
253253
254-
$ conda install -c conda-forge esmpy>=8.0.0
254+
$ conda install -c conda-forge "esmpy>=8.0.0"
255255
256256
or may be installed from source.
257257

0 commit comments

Comments
 (0)