diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.rst | 12 | ||||
-rw-r--r-- | docs/spelling_wordlist.txt | 12 |
2 files changed, 14 insertions, 10 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index f9c3574d..63555abc 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -29,16 +29,20 @@ Building cryptography on Linux compiler, headers for Python (if you're not using ``pypy``), and headers for the OpenSSL and ``libffi`` libraries available on your system. -Debian and Ubuntu systems -~~~~~~~~~~~~~~~~~~~~~~~~~ - -For Debian and Ubuntu, the following command line will ensure the required +For Debian and Ubuntu, the following command will ensure that the required dependencies are installed: .. code-block:: console $ sudo apt-get install build-essential libssl-dev libffi-dev python-dev +For Fedora and RHEL-derivatives, the following command will ensure that the +required dependencies are installed: + +.. 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 diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt index b258420f..14b0b773 100644 --- a/docs/spelling_wordlist.txt +++ b/docs/spelling_wordlist.txt @@ -1,6 +1,9 @@ backend backends +Backends +Blowfish boolean +Changelog ciphertext committer committers @@ -10,7 +13,9 @@ cryptographically decrypt decrypted decrypting +Docstrings fernet +Fernet hazmat indistinguishability introspectability @@ -19,13 +24,8 @@ iOS pickleable plaintext pseudorandom +Schneier testability unencrypted unpadded unpadding -Backends -Blowfish -Changelog -Docstrings -Fernet -Schneier |