Skip to content

Commit 33fd411

Browse files
author
Takaya Uchida
committed
changed installation docs accordintly
1 parent 072944e commit 33fd411

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/installation.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ The quickest way
77
----------------
88

99
xrft is compatible both with Python 2 and 3. The major dependencies are xarray_ and dask_.
10-
The best way to install them is using Anaconda_.::
10+
The best way to install them is using Anaconda_::
1111

12-
$ conda install xarray dask .
12+
$ conda install -c conda-forge xarray dask xrft .
13+
14+
It is also possible to install from PyPI_ by::
15+
16+
$ pip install xrft .
1317

1418
Install xrft from GitHub repo
1519
-----------------------------
@@ -23,8 +27,9 @@ Developers can track source code changes by::
2327

2428
$ git clone https://github.com/xgcm/xrft.git
2529
$ cd xrft
26-
$ python setup.py build .
30+
$ python setup.py develop .
2731

2832
.. _xarray: http://xarray.pydata.org
2933
.. _dask: http://dask.pydata.org/en/latest/
3034
.. _Anaconda: https://www.continuum.io/downloads
35+
.. _PyPI: https://pypi.org/

0 commit comments

Comments
 (0)