mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
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:
|
||||
errstr = """
|
||||
{err}
|
||||
SSL requires the PyOpenSSL library:
|
||||
pip install pyopenssl
|
||||
SSL requires the PyOpenSSL library and dependencies:
|
||||
|
||||
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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue