diff --git a/doc/installation.rst b/doc/installation.rst
index 90e31bd..dfcf1b2 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -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 `_ 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
^^^^^^^^^^^^^^^^^^^^^^
@@ -51,17 +35,6 @@ and install it::
Users are encouraged to `fork `_
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