Skip to content

Commit

Permalink
Remove unnecessary parts (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabernat authored Mar 2, 2021
1 parent 8f0406f commit 4a9c748
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,6 @@
Installation
------------

Requirements
^^^^^^^^^^^^

xmitgcm is compatible with python >=3.7. It requires xarray_
(>= version 0.11.0) and dask_ (>= version 1.0).
These packages are most reliably installed via the
`conda <http://conda.pydata.org/docs/>`_ environment management
system, which is part of the Anaconda_ python distribution. Assuming you have
conda available on your system, the dependencies can be installed with the
command::

conda install xarray dask

If you are using earlier versions of these packages, you should update before
installing xmitgcm.

Installation via conda
^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -51,17 +35,6 @@ and install it::
Users are encouraged to `fork <https://help.github.com/articles/fork-a-repo/>`_
xmitgcm and submit issues_ _ and `pull requests`_.

Running the test suite
^^^^^^^^^^^^^^^^^^^^^^

To run the unit tests in installation from github, run inside xmitgcm directory::

py.test -v xmitgcm

The test data is stored on figshare_ and will be downloaded locally. You can choose
the target directory by setting up the XMITGCM_TESTDATA environment variable in the
shell, otherwise it will install in $HOME/.xmitgcm-test-data

.. _dask: http://dask.pydata.org
.. _xarray: http://xarray.pydata.org
.. _Comodo: http://pycomodo.forge.imag.fr/norm.html
Expand Down

0 comments on commit 4a9c748

Please sign in to comment.