mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
update static wheel install docs (#3754)
* update static wheel install docs * parentheses
This commit is contained in:
parent
ce69b82858
commit
f92f2d4d64
1 changed files with 5 additions and 4 deletions
|
|
@ -161,10 +161,11 @@ build.
|
|||
Static Wheels
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
Cryptography ships statically-linked wheels for macOS and Windows, ensuring
|
||||
that these platforms can always use the most-recent OpenSSL, regardless of what
|
||||
is shipped by default on those platforms. As a result of various difficulties
|
||||
around Linux binary linking, Cryptography cannot do the same on Linux.
|
||||
Cryptography ships statically-linked wheels for macOS, Windows, and Linux (via
|
||||
``manylinux1``). This allows compatible environments to use the most recent
|
||||
OpenSSL, regardless of what is shipped by default on those platforms. Some
|
||||
Linux distributions (most notably Alpine) are not ``manylinux1`` compatible so
|
||||
we cannot distribute wheels for them.
|
||||
|
||||
However, you can build your own statically-linked wheels that will work on your
|
||||
own systems. This will allow you to continue to use relatively old Linux
|
||||
|
|
|
|||
Loading…
Reference in a new issue