aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Glass <tribaal@gmail.com>2014-02-13 19:10:10 +0100
committerChris Glass <tribaal@gmail.com>2014-02-13 19:10:10 +0100
commit2e15c7fce6ce478039d150b4d5442b51582e77b4 (patch)
treec40f1eb11f02c9f94c73b591839f1a07f7f06d6a
parentae20caaed83d86fa40be4b979f7f7553eb6277fa (diff)
downloadcryptography-2e15c7fce6ce478039d150b4d5442b51582e77b4.tar.gz
cryptography-2e15c7fce6ce478039d150b4d5442b51582e77b4.tar.bz2
cryptography-2e15c7fce6ce478039d150b4d5442b51582e77b4.zip
Changed .... lines to ~~~~ and s/Gnu\/Linux/Linux/
-rw-r--r--docs/installation.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 9d8916e3..595ccc83 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -22,15 +22,15 @@ to include the corresponding locations. For example:
C:\> set INCLUDE=C:\OpenSSL-1.0.1f-64bit\include;%INCLUDE%
C:\> pip install cryptography
-Building cryptography on GNU/Linux
-----------------------------------
+Building cryptography on Linux
+------------------------------
-``cryptography`` should build very easily on GNU/Linux provided you have a C
+``cryptography`` should build very easily on Linux provided you have a C
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
dependencies are installed:
@@ -45,8 +45,8 @@ You should now be able to build and install cryptography with the usual
python setup.py install
-Using your own OpenSSL on GNU/Linux
-...................................
+Using your own OpenSSL on Linux
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Python links to OpenSSL for its own purposes and this can sometimes cause
problems when you wish to use a different version of OpenSSL with cryptography.