summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-05-14 16:36:57 -0400
committerGitHub <noreply@github.com>2023-05-15 04:36:57 +0800
commitcff3c8fee74ba08cc0ce4b67bbb635f73270f8b3 (patch)
treeebf054eb2cf9f87fabf61adfd8b1b8c194f1c006
parent2a1f42976206a39d0196786857b8d21a877ca42b (diff)
downloadcryptography-cff3c8fee74ba08cc0ce4b67bbb635f73270f8b3.tar.gz
There are wheels for basically all linux distros now (#8923)
-rw-r--r--docs/installation.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 896baf8f6..f35f270ef 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -79,11 +79,10 @@ Building cryptography on Linux
.. note::
- If you are on RHEL/CentOS/Fedora/Debian/Ubuntu or another distribution
- derived from the preceding list, then you should **upgrade pip** and
- attempt to install ``cryptography`` again before following the instructions
- to compile it below. These platforms will receive a binary wheel and
- require no compiler if you have an updated ``pip``!
+ You should **upgrade pip** and attempt to install ``cryptography`` again
+ before following the instructions to compile it below. Most Linux
+ platforms will receive a binary wheel and require no compiler if you have
+ an updated ``pip``!
``cryptography`` ships ``manylinux`` wheels (as of 2.0) so all dependencies
are included. For users on **pip 19.3** or above running on a ``manylinux2014``