From 7e8711d54b99b6642d91ee91252a29daca118532 Mon Sep 17 00:00:00 2001 From: Maddouchhamza Date: Sun, 12 Jan 2025 14:37:00 +0100 Subject: [PATCH] DOC: Update install instructions to recommend conda-forge over Anaconda --- doc/install.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/install.rst b/doc/install.rst index ce7fa80647fe3..eaee9adb0c97b 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -27,6 +27,8 @@ There are different ways to install scikit-learn: Installing the latest release ============================= +For most users, we recommend installing scikit-learn using the `conda-forge` channel on Conda. `conda-forge` provides up-to-date packages that are optimized for scientific computing and ensure better compatibility across platforms. If you prefer using pip, scikit-learn is also available on PyPI. + .. raw:: html