Update instructions for installing SSL requirements
This commit is contained in:
parent
e3766762ee
commit
3b75bb2ad1
1 changed files with 7 additions and 2 deletions
|
|
@ -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))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue