aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Glass <tribaal@gmail.com>2014-02-13 13:07:55 +0100
committerChris Glass <tribaal@gmail.com>2014-02-13 13:07:55 +0100
commit03829e595123879d26c4681eb180f056d549bc7f (patch)
tree2590473acde0c6161320d852cfc70f5b7e02e306
parentf82d94f3d1c15e3b71528ba98c7e5ba4b54cc8ad (diff)
downloadcryptography-03829e595123879d26c4681eb180f056d549bc7f.tar.gz
cryptography-03829e595123879d26c4681eb180f056d549bc7f.tar.bz2
cryptography-03829e595123879d26c4681eb180f056d549bc7f.zip
Added Pypy note and fixed libffi's "spelling"
-rw-r--r--docs/installation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 28b311cb..f2b40892 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -26,8 +26,8 @@ Building cryptography on GNU/Linux
----------------------------------
``cryptography`` should build very easily on GNU/Linux provided you have a C
-compiler and headers for Python and the OpenSSL and libffi libraries available
-on your system.
+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
.........................