From be98d7ebb2a752e19323bf061e186f9c3669470c Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 4 Oct 2007 08:12:53 -0700 Subject: [PATCH] README: OpenSSL is bundled with pyOpenSSL on Windows-native --- README | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README b/README index 76482671..cd1b3429 100644 --- a/README +++ b/README @@ -62,10 +62,6 @@ apt-get install gcc make python-dev python-twisted python-pyopenssl". Twisted distribution. Note that Twisted does *not* require the entire Zope distribution, merely the much smaller zope.interface component. - + OpenSSL, including development headers (cryptography library) - - http://openssl.org - + Python PyOpenSSL (0.6 or later) (secure transport layer) http://pyopenssl.sourceforge.net @@ -81,6 +77,14 @@ apt-get install gcc make python-dev python-twisted python-pyopenssl". libraries with the cygwin package management tool, then get the pyOpenSSL source code, cd into it, and run "python ./setup.py install". + + OpenSSL, including development headers (cryptography library); not + required on native Windows (required on cygwin) + + http://openssl.org + + The Windows-native pyOpenSSL package comes with OpenSSL, which is why you + don't need to install OpenSSL separately on Windows-native. + + the pywin32 package (210 or later); required only on native Windows (not required on cygwin) -- 2.45.2