Skip to content

Commit bc05f9a

Browse files
authored
Update Installing_Python_and_Python_Packages.rst
1 parent 46dc0a7 commit bc05f9a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/Installing_Python_and_Python_Packages.rst

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

0 commit comments

Comments
 (0)