diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-07-14 08:04:18 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-07-14 14:04:18 +0200 |
commit | d58c6ad13d3f853e1ba69a25283b7069024cbccd (patch) | |
tree | 7d911cb97b2821145f350e6a8b0a54abb56c1cc3 /docs | |
parent | 2e64a3f27a177570c40ffdab483f75a60fc68191 (diff) | |
download | cryptography-d58c6ad13d3f853e1ba69a25283b7069024cbccd.tar.gz cryptography-d58c6ad13d3f853e1ba69a25283b7069024cbccd.tar.bz2 cryptography-d58c6ad13d3f853e1ba69a25283b7069024cbccd.zip |
Fixed #3777 -- document an additional dependency (#3779)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 1aec914d..e2ef1b62 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -114,7 +114,8 @@ RHEL/CentOS .. code-block:: console - $ sudo yum install gcc libffi-devel python-devel openssl-devel + $ sudo yum install redhat-rpm-config gcc libffi-devel python-devel \ + openssl-devel Building |