Skip to content

Commit 3866940

Browse files
authored
Update Installing_Python_and_Python_Packages.rst
1 parent 4151747 commit 3866940

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

doc/Installing_Python_and_Python_Packages.rst

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff 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
-------------------------------------------

0 commit comments

Comments
 (0)