summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--sites/www/installing.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst
index 507fe2fa..f7dd8594 100644
--- a/sites/www/installing.rst
+++ b/sites/www/installing.rst
@@ -65,8 +65,9 @@ Users on **Unix-based platforms** such as Ubuntu or Mac OS X will need the
traditional C build toolchain installed (e.g. Developer Tools / XCode Tools on
the Mac, or the ``build-essential`` package on Ubuntu or Debian Linux
-- basically, anything with ``gcc``, ``make`` and so forth) as well as the
-Python development libraries, often named ``python-dev`` or similar, and libffi
-development libraries, often named ``libffi-dev``.
+Python development libraries, often named ``python-dev`` or similar, OpenSSL
+headers, often named ``libssl-dev``, and libffi development libraries, often
+named ``libffi-dev``.
For **Windows** users we recommend using the most recent version of ``pip``,
Cryptography has binary wheels on PyPI, which remove the need for having a C