From 3e5a7ac9552fd7f4a21921c884f4de8ac4d0939a Mon Sep 17 00:00:00 2001 From: Igor Zamyatin Date: Wed, 9 Feb 2022 19:11:49 +0300 Subject: [PATCH] DOCS-#4173: Mention strict channel priority in conda install section (#4178) Signed-off-by: izamyati --- docs/getting_started/installation.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/getting_started/installation.rst b/docs/getting_started/installation.rst index 5feaaf02bb2..2e382dba34a 100644 --- a/docs/getting_started/installation.rst +++ b/docs/getting_started/installation.rst @@ -124,6 +124,13 @@ or explicitly: conda install -c conda-forge modin-ray modin-dask modin-omnisci +``conda`` may be slow installing ``modin-omnisci`` and hence ``modin-all`` packages so it's worth trying to set ``channel_priority`` to ``strict`` prior the installation process: + +.. code-block:: bash + + conda config --set channel_priority strict + + Using Intel\ |reg| Distribution of Modin """"""""""""""""""""""""""""""""""""""""