From 928eb032ef7c8cbd373d81b12b73fff1ff7fa9b0 Mon Sep 17 00:00:00 2001 From: JiaweiZhuang Date: Sun, 31 Dec 2017 21:07:31 -0500 Subject: [PATCH] Add python requirement --- doc/Rectilinear_grid.ipynb | 2 +- doc/installation.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Rectilinear_grid.ipynb b/doc/Rectilinear_grid.ipynb index 67e1dc2..29a6c09 100644 --- a/doc/Rectilinear_grid.ipynb +++ b/doc/Rectilinear_grid.ipynb @@ -93,7 +93,7 @@ }, "outputs": [], "source": [ - "dr = ds['air'] # extract an DataArray" + "dr = ds['air'] # get a DataArray" ] }, { diff --git a/doc/installation.rst b/doc/installation.rst index 17bbda1..604bab0 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -6,7 +6,8 @@ Installation The quickest way ---------------- -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. +The best way to install them is using Anaconda_.:: $ conda install xarray $ conda install -c nesii/label/dev-esmf -c conda-forge esmpy