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,14 +71,14 @@ 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- [SEE NOTE! ] conda install -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
7878
7979 .. attention ::
8080
81- As of 2020-11-18 xmitgcm must be installed by cloning the github repository and installing as follows :
81+ As of 2020-11-18 xmitgcm must be installed by cloning the github repository and then running the following :
8282
8383.. code-block :: bash
8484
@@ -102,13 +102,13 @@ Option 2: *pip* alone (not recommended)
102102 pip install pyresample
103103 pip install cartopy
104104 pip install xarray
105- [SEE NOTE! ] pip install xmitgcm`
105+ [SEE NOTE! ] pip install xmitgcm
106106 pip install xgcm
107107 pip install cmocean
108108
109109 .. attention ::
110110
111- As of 2020-11-18 xmitgcm must be installed by cloning the github repository and installing as follows :
111+ As of 2020-11-18 xmitgcm must be installed by cloning the github repository and then running the following :
112112
113113.. code-block :: bash
114114
You can’t perform that action at this time.
0 commit comments