Skip to content

Commit c649115

Browse files
authored
Update Installing_Python_and_Python_Packages.rst
updated package install sequence because of compatibility changes
1 parent e9dbc51 commit c649115

1 file changed

Lines changed: 9 additions & 15 deletions

File tree

doc/Installing_Python_and_Python_Packages.rst

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Python and Python Packages
33
**************************
44

5-
Our Python tutorial is compatible with Python 2.7 and 3. It relies on several packages including **ecco_v4-py** which include codes to facilitate loading, plotting, and performing calculations on ECCOv4 state estimate fields.
5+
Our Python tutorial is compatible with Python 3. It relies on several packages including **ecco_v4-py** which include codes to facilitate loading, plotting, and performing calculations on ECCOv4 state estimate fields.
66

77
.. _in-python:
88

@@ -15,8 +15,6 @@ Here are some links to help you learn more about Python.
1515

1616
- `Python 3.x Documentation <https://docs.python.org/3/>`_
1717
- `Python 3 Tutorial <https://docs.python.org/3/tutorial/>`_
18-
- `Python 2.7 Documentation <https://docs.python.org/2.7/>`_ (Note Python 2.7 will soon be unsupported)
19-
- `Python 2.7 Tutorial <https://docs.python.org/2.7/tutorial/index.html>`_
2018
- `Scientific Python Lectures <http://www.scipy-lectures.org/>`_
2119
- `Using the NumPy module for Matlab Users <http://scipy.github.io/old-wiki/pages/NumPy_for_Matlab_Users>`_
2220
- `Learning Python with Anaconda <https://www.datacamp.com/learn-python-with-anaconda>`_
@@ -69,18 +67,14 @@ Option 1: *Conda* and (a little) *pip* (recommended)
6967

7068
.. code-block:: bash
7169
72-
conda install -c conda-forge cartopy
73-
conda install netcdf4
74-
conda install -c anaconda geos
75-
conda install dask
76-
conda install -c conda-forge pyresample
77-
conda install -c conda-forge cmocean
78-
79-
.. code-block:: bash
80-
81-
pip install xarray
82-
pip install xmitgcm
83-
pip install xgcm
70+
conda install geos
71+
conda install pyresample
72+
conda install cmocean
73+
conda install xarray
74+
conda install xmitgcm
75+
conda install xgcm
76+
conda install cartopy
77+
8478
8579
8680

0 commit comments

Comments
 (0)