diff options
author | Ayrx <terrycwk1994@gmail.com> | 2014-02-15 23:57:13 +0800 |
---|---|---|
committer | Ayrx <terrycwk1994@gmail.com> | 2014-02-16 00:02:56 +0800 |
commit | d9702f9f324cd7b51d50bfb85370d8cf1034f332 (patch) | |
tree | 87a6b83863210f294649aee3ac646f40f256e3f5 /docs/installation.rst | |
parent | a674c6b5a3e3039a201cbfeb08f083ade4394c1f (diff) | |
download | cryptography-d9702f9f324cd7b51d50bfb85370d8cf1034f332.tar.gz cryptography-d9702f9f324cd7b51d50bfb85370d8cf1034f332.tar.bz2 cryptography-d9702f9f324cd7b51d50bfb85370d8cf1034f332.zip |
Updated documentation to remove debian/rhel headers.
Diffstat (limited to 'docs/installation.rst')
-rw-r--r-- | docs/installation.rst | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 2a8b3d15..63555abc 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -29,18 +29,15 @@ 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 -Fedora and RHEL-based systems -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +For Fedora and RHEL-derivatives, the following command will ensure that the +required dependencies are installed: .. code-block:: console |