From 8faf555a5785b72e8755ab9f29272fc5eda37a40 Mon Sep 17 00:00:00 2001 From: Peter Jansson <21022916+peter-jansson@users.noreply.github.com> Date: Sat, 21 May 2022 08:19:27 +0200 Subject: [PATCH 1/3] Added instruction for installation on Alpine Linux --- doc/install.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/install.rst b/doc/install.rst index 9710e98b2a555..ecd43e14b2687 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -188,6 +188,19 @@ dependencies (numpy, scipy) that scikit-learn requires. The following is an incomplete list of OS and python distributions that provide their own version of scikit-learn. +Alpine Linux +---------- + +Alpine Linux's package is provided through the `official repositories +`_ as +``py3-scikit-learn`` for Python. +It can be installed by typing the following command: + +.. prompt:: bash $ + + sudo apk add py3-scikit-learn + + Arch Linux ---------- From 0ab611889c3f2a83dabff8f6a07d6424f1d0504d Mon Sep 17 00:00:00 2001 From: Peter Jansson <21022916+peter-jansson@users.noreply.github.com> Date: Sat, 21 May 2022 21:26:09 +0200 Subject: [PATCH 2/3] Update doc/install.rst Co-authored-by: Thomas J. Fan --- doc/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index ecd43e14b2687..827f83470072f 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -189,7 +189,7 @@ The following is an incomplete list of OS and python distributions that provide their own version of scikit-learn. Alpine Linux ----------- +------------ Alpine Linux's package is provided through the `official repositories `_ as From 633ee8139a503b018338b1199095a24abde85b2f Mon Sep 17 00:00:00 2001 From: Peter Jansson <21022916+peter-jansson@users.noreply.github.com> Date: Sat, 21 May 2022 21:26:19 +0200 Subject: [PATCH 3/3] Update doc/install.rst Co-authored-by: Thomas J. Fan --- doc/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index 827f83470072f..faae9fccb60f3 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -192,7 +192,7 @@ Alpine Linux ------------ Alpine Linux's package is provided through the `official repositories -`_ as +`__ as ``py3-scikit-learn`` for Python. It can be installed by typing the following command: