We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3866940 commit 46dc0a7Copy full SHA for 46dc0a7
1 file changed
doc/Installing_Python_and_Python_Packages.rst
@@ -71,10 +71,11 @@ Option 1: *Conda*
71
conda install -c conda-forge cmocean
72
conda install -c conda-forge pyresample
73
conda install -c conda-forge xarray dask netCDF4 bottleneck
74
- :strike:`conda -c conda-forge xmitgcm`
+ [SEE NOTE!] conda install -c conda-forge xmitgcm`
75
conda install -c conda-forge xgcm
76
conda install -c conda-forge cartopy
77
78
+
79
.. attention::
80
81
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)
101
102
pip install pyresample
103
pip install cartopy
104
pip install xarray
- :strike:`pip install xmitgcm`
105
+ [SEE NOTE!] pip install xmitgcm`
106
pip install xgcm
107
pip install cmocean
108
0 commit comments