From d6afe23db103827d9273af65b42aed240945fad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Rever=C3=B3n=20Molina?= Date: Sat, 25 Jul 2020 17:28:09 +0200 Subject: [PATCH] update README.md --- README.md | 5 +++++ docs/index.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 24e0bb4..4252a52 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ Easy via pip: pip install mercs-mixed ``` +Dask is a required dependency that needs to be installed separately: +``` +python -m pip install "dask[complete]" +``` + ## Website Cf. [https://systemallica.github.io/mercs/](https://systemallica.github.io/mercs/) diff --git a/docs/index.md b/docs/index.md index 24e0bb4..4252a52 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,6 +10,11 @@ Easy via pip: pip install mercs-mixed ``` +Dask is a required dependency that needs to be installed separately: +``` +python -m pip install "dask[complete]" +``` + ## Website Cf. [https://systemallica.github.io/mercs/](https://systemallica.github.io/mercs/)