Skip to content

Commit 46dc0a7

Browse files
authored
Update Installing_Python_and_Python_Packages.rst
1 parent 3866940 commit 46dc0a7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

doc/Installing_Python_and_Python_Packages.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ Option 1: *Conda*
7171
conda install -c conda-forge cmocean
7272
conda install -c conda-forge pyresample
7373
conda install -c conda-forge xarray dask netCDF4 bottleneck
74-
:strike:`conda -c conda-forge xmitgcm`
74+
[SEE NOTE!] conda install -c conda-forge xmitgcm`
7575
conda install -c conda-forge xgcm
7676
conda install -c conda-forge cartopy
7777
78+
7879
.. attention::
7980
8081
As of 2020-11-18 xmitgcm must be installed by cloning the github repository and installing as follows:
@@ -101,7 +102,7 @@ Option 2: *pip* alone (not recommended)
101102
pip install pyresample
102103
pip install cartopy
103104
pip install xarray
104-
:strike:`pip install xmitgcm`
105+
[SEE NOTE!] pip install xmitgcm`
105106
pip install xgcm
106107
pip install cmocean
107108

0 commit comments

Comments
 (0)