aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index f9c3574d..2a8b3d15 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -39,6 +39,13 @@ dependencies are installed:
$ sudo apt-get install build-essential libssl-dev libffi-dev python-dev
+Fedora and RHEL-based systems
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. code-block:: console
+
+ $ sudo yum install gcc libffi-devel python-devel openssl-devel
+
You should now be able to build and install cryptography with the usual
.. code-block:: console