summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-18 18:04:40 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-18 18:04:40 -0700
commitf29770490c2b4df1937483c5cb6dbc05ed98992f (patch)
tree74ad43efd790a76e9f9e79b1a9172a31f54998f8 /sites
parent848a7209e29d580594d35f299b01db97714caf92 (diff)
Note OPenSSL headers as well
Diffstat (limited to 'sites')
-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