Update instructions for installing SSL requirements

This commit is contained in:
Griatch 2017-11-29 19:55:13 +01:00
parent e3766762ee
commit 3b75bb2ad1

View file

@ -13,8 +13,13 @@ try:
except ImportError as error: except ImportError as error:
errstr = """ errstr = """
{err} {err}
SSL requires the PyOpenSSL library: SSL requires the PyOpenSSL library and dependencies:
pip install pyopenssl
pip install pyopenssl pycrypto enum pyasn1 service_identity
Stop and start Evennia again. If no certificate can be generated, you'll
get a suggestion for a (linux) command to generate this locally.
""" """
raise ImportError(errstr.format(err=error)) raise ImportError(errstr.format(err=error))