aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-04 16:00:08 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-07-04 17:00:08 -0400
commitf92f2d4d64efae073aaef2240f5f94df9955750b (patch)
tree8c50c76d2744f126401cd4603607be7abf39312d /docs/installation.rst
parentce69b82858b2dfc7f8dfe6818749285cc84bd2ec (diff)
downloadcryptography-f92f2d4d64efae073aaef2240f5f94df9955750b.tar.gz
cryptography-f92f2d4d64efae073aaef2240f5f94df9955750b.tar.bz2
cryptography-f92f2d4d64efae073aaef2240f5f94df9955750b.zip
update static wheel install docs (#3754)
* update static wheel install docs * parentheses
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 163986ad..1aec914d 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -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