From 1b3343189d2795d68ab44f82767dfe34b085e6e8 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 15 Nov 2021 00:36:06 +0100 Subject: [PATCH] Fix sentence about binary packages not supporting Alpine Linux --- docs/basic/install.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/basic/install.rst b/docs/basic/install.rst index 7e85420f9..c9bea28bc 100644 --- a/docs/basic/install.rst +++ b/docs/basic/install.rst @@ -52,15 +52,14 @@ This will install a self-contained package with all the libraries needed. to update it beforehand. The above package should work in most situations. It **will not work** in -some cases though: +some cases though. -- you need a glibc-based Linux distribution: the ``binary`` package doesn't - work on Alpine Linux for instance; -- you have a newly released Python or macOS version for which binary - packages are not ready yet. +.. warning:: + At the time of writing we don't distribute binary packages for Apple M1 + (ARM) processors. -In these case you should proceed to a :ref:`local installation -` or a :ref:`pure Python installation +If you platform is not supported you should proceed to a :ref:`local +installation ` or a :ref:`pure Python installation `. .. seealso:: -- 2.47.2