Skip to content

Commit

Permalink
Add python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Jan 1, 2018
1 parent 15c74af commit 928eb03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Rectilinear_grid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"outputs": [],
"source": [
"dr = ds['air'] # extract an DataArray"
"dr = ds['air'] # get a DataArray"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 928eb03

Please sign in to comment.