File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,10 +71,20 @@ 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- conda install -c conda-forge xmitgcm
74+ :strike: ` conda -c conda-forge xmitgcm`
7575 conda install -c conda-forge xgcm
7676 conda install -c conda-forge cartopy
77-
77+
78+ .. attention ::
79+
80+ As of 2020-11-18 xmitgcm must be installed by cloning the github repository and installing as follows:
81+
82+ .. code-block :: bash
83+
84+ git clone https://github.com/MITgcm/xmitgcm.git
85+ cd xmitgcm
86+ python setup.py install
87+
7888
7989
8090
@@ -91,11 +101,22 @@ Option 2: *pip* alone (not recommended)
91101 pip install pyresample
92102 pip install cartopy
93103 pip install xarray
94- pip install xmitgcm
104+ :strike: ` pip install xmitgcm`
95105 pip install xgcm
96106 pip install cmocean
97107
108+ .. attention ::
109+
110+ As of 2020-11-18 xmitgcm must be installed by cloning the github repository and installing as follows:
111+
112+ .. code-block :: bash
98113
114+ git clone https://github.com/MITgcm/xmitgcm.git
115+ cd xmitgcm
116+ python setup.py install
117+
118+
119+
99120
100121 Downloading the *ecco_v4_py * Python Package
101122-------------------------------------------
You can’t perform that action at this time.
0 commit comments