README: add dependency on OpenSSL

This commit is contained in:
Zooko O'Whielacronx 2007-09-29 11:05:25 -07:00
parent dccfc59108
commit 20238f0105

6
README
View File

@ -88,7 +88,11 @@ 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".
+ the pywin32 package: required only on Windows
+ OpenSSL (cryptography library)
http://openssl.org
+ the pywin32 package; required only on Windows
http://sourceforge.net/projects/pywin32/