README: OpenSSL is bundled with pyOpenSSL on Windows-native

This commit is contained in:
Zooko O'Whielacronx 2007-10-04 08:12:53 -07:00
parent e23f727405
commit be98d7ebb2

12
README
View File

@ -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)