Skip to content

Commit 3acef8e

Browse files
authored
Update Installing_Python_and_Python_Packages.rst
1 parent d70e86d commit 3acef8e

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

doc/Installing_Python_and_Python_Packages.rst

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -71,24 +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-
[SEE NOTE!] conda install -c conda-forge xmitgcm
74+
conda install -c conda-forge xmitgcm
7575
conda install -c conda-forge xgcm
7676
conda install -c conda-forge cartopy
7777
7878
79-
.. attention::
80-
81-
As of 2020-11-18 xmitgcm must be installed by cloning the github repository and then running the following:
82-
83-
.. code-block:: bash
84-
85-
git clone https://github.com/MITgcm/xmitgcm.git
86-
cd xmitgcm
87-
python setup.py install
88-
89-
90-
91-
9279
Option 2: *pip* alone (not recommended)
9380
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9481

@@ -106,16 +93,6 @@ Option 2: *pip* alone (not recommended)
10693
pip install xgcm
10794
pip install cmocean
10895
109-
.. attention::
110-
111-
As of 2020-11-18 xmitgcm must be installed by cloning the github repository and then running the following:
112-
113-
.. code-block:: bash
114-
115-
git clone https://github.com/MITgcm/xmitgcm.git
116-
cd xmitgcm
117-
python setup.py install
118-
11996
12097
12198

0 commit comments

Comments
 (0)