File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,13 @@ The quickest way
7
7
----------------
8
8
9
9
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 _::
11
11
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 .
13
17
14
18
Install xrft from GitHub repo
15
19
-----------------------------
@@ -23,8 +27,9 @@ Developers can track source code changes by::
23
27
24
28
$ git clone https://github.com/xgcm/xrft.git
25
29
$ cd xrft
26
- $ python setup.py build .
30
+ $ python setup.py develop .
27
31
28
32
.. _xarray : http://xarray.pydata.org
29
33
.. _dask : http://dask.pydata.org/en/latest/
30
34
.. _Anaconda : https://www.continuum.io/downloads
35
+ .. _PyPI : https://pypi.org/
You can’t perform that action at this time.
0 commit comments