summaryrefslogtreecommitdiffhomepage
path: root/sites/www/installing.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-23 16:59:40 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-23 16:59:40 -0700
commit884e1f72e64b37be5f15cf9962e31bb1b028cbf8 (patch)
tree83443db171a3a2d3fbda2c6a4d68ff6ae846cd20 /sites/www/installing.rst
parent0ae4d44e0d10ee0939d23032c840a8378c48abf2 (diff)
s/CFFI/libffi/ as per @reaperhulk
Diffstat (limited to 'sites/www/installing.rst')
-rw-r--r--sites/www/installing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst
index 51f317dc..5a41a76b 100644
--- a/sites/www/installing.rst
+++ b/sites/www/installing.rst
@@ -76,8 +76,8 @@ In general, you'll need one of the following setups:
is required. ``pip`` will install statically compiled binary archives of
Cryptography & its dependencies.
* On Linux, or on other platforms with older versions of ``pip``: you'll need a
- C build toolchain, plus development headers for Python, OpenSSL and CFFI.
- Again, see `Cryptography's install docs`_; these requirements may
+ C build toolchain, plus development headers for Python, OpenSSL and
+ ``libffi``. Again, see `Cryptography's install docs`_; these requirements may
occasionally change.
.. warning::