From 7f5300d284ad937485d60f4ff3372bec3d991dbf Mon Sep 17 00:00:00 2001 From: Matthew Rocklin Date: Wed, 13 Dec 2023 12:13:22 -0800 Subject: [PATCH] Update docs/source/install.rst --- docs/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index f7a7f852765..c3e2a340f3c 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -175,7 +175,7 @@ Test Dask with ``py.test``:: cd dask py.test dask -Installing Dask naively may not install all requirements by default (see the `Pip` section above). +Installing Dask naively may not install all requirements by default (see the ``pip`` section above). You may choose to install the ``dask[complete]`` version which includes all dependencies for all collections::