Skip to content

Commit

Permalink
DOCS-#4173: Mention strict channel priority in conda install section (#…
Browse files Browse the repository at this point in the history
…4178)

Signed-off-by: izamyati <[email protected]>
  • Loading branch information
Garra1980 authored and vnlitvinov committed Feb 10, 2022
1 parent fc52367 commit 3e5a7ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
""""""""""""""""""""""""""""""""""""""""

Expand Down

0 comments on commit 3e5a7ac

Please sign in to comment.