You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/10_deployment/12_dask.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Dask offers both a default, single-machine scheduler and a more sophisticated, d
10
10
11
11
## Prerequisites
12
12
13
-
The only additional requirementis to [install `dask.distributed`](http://distributed.dask.org/en/stable/install.html).
13
+
The only additional requirement, beyond what was already required by your Kedro pipeline, is to [install `dask.distributed`](http://distributed.dask.org/en/stable/install.html). To review the full installation instructions, including how to set up Python virtual environments, see our [Get Started guide](../02_get_started/01_prerequisites.md).
14
14
15
15
## How to distribute your Kedro pipeline using Dask
0 commit comments