Skip to content

Commit 928eb03

Browse files
committed
Add python requirement
1 parent 15c74af commit 928eb03

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/Rectilinear_grid.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
},
9494
"outputs": [],
9595
"source": [
96-
"dr = ds['air'] # extract an DataArray"
96+
"dr = ds['air'] # get a DataArray"
9797
]
9898
},
9999
{

doc/installation.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Installation
66
The quickest way
77
----------------
88

9-
xESMF depends on xarray and ESMPy. The best way to install them is using Anaconda_::
9+
xESMF requires Python>=3.5. The major dependencies are xarray and ESMPy.
10+
The best way to install them is using Anaconda_.::
1011

1112
$ conda install xarray
1213
$ conda install -c nesii/label/dev-esmf -c conda-forge esmpy

0 commit comments

Comments
 (0)