mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-15 20:40:20 +00:00
There are wheels for basically all linux distros now (#8923)
This commit is contained in:
parent
2a1f429762
commit
cff3c8fee7
1 changed files with 4 additions and 5 deletions
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Reference in a new issue