From: Daniele Varrazzo Date: Sun, 14 Nov 2021 23:36:06 +0000 (+0100) Subject: Fix sentence about binary packages not supporting Alpine Linux X-Git-Tag: 3.0.5~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b3343189d2795d68ab44f82767dfe34b085e6e8;p=thirdparty%2Fpsycopg.git Fix sentence about binary packages not supporting Alpine Linux --- 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::