aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyrx <terrycwk1994@gmail.com>2014-02-15 21:24:23 +0800
committerAyrx <terrycwk1994@gmail.com>2014-02-15 21:24:23 +0800
commita674c6b5a3e3039a201cbfeb08f083ade4394c1f (patch)
tree12ba65cfec60397ac00109dd3f6b92efde67f4fb
parent386801f47e9a36660c7a5cfc5ac7a30aa69c9001 (diff)
downloadcryptography-a674c6b5a3e3039a201cbfeb08f083ade4394c1f.tar.gz
cryptography-a674c6b5a3e3039a201cbfeb08f083ade4394c1f.tar.bz2
cryptography-a674c6b5a3e3039a201cbfeb08f083ade4394c1f.zip
Added rhel-specific installation instructions.
-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