We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c74af commit 928eb03Copy full SHA for 928eb03
doc/Rectilinear_grid.ipynb
@@ -93,7 +93,7 @@
93
},
94
"outputs": [],
95
"source": [
96
- "dr = ds['air'] # extract an DataArray"
+ "dr = ds['air'] # get a DataArray"
97
]
98
99
{
doc/installation.rst
@@ -6,7 +6,8 @@ Installation
6
The quickest way
7
----------------
8
9
-xESMF depends on xarray and ESMPy. The best way to install them is using Anaconda_::
+xESMF requires Python>=3.5. The major dependencies are xarray and ESMPy.
10
+The best way to install them is using Anaconda_.::
11
12
$ conda install xarray
13
$ conda install -c nesii/label/dev-esmf -c conda-forge esmpy
0 commit comments