clarify error message a bit

This commit is contained in:
0xDEADFED5 2025-04-03 01:18:17 -07:00
parent 7a3c7c8ef8
commit e01cedde5c

View file

@ -7,7 +7,7 @@ COMMAND_DEFAULT_CLASS = utils.class_from_module(settings.COMMAND_DEFAULT_CLASS)
try:
import debugpy
except ImportError:
print("Error, debugpy not found! Please install debugpy by running: pip install debugpy")
print("Error, debugpy not found! Please install debugpy by running: `pip install debugpy`\nAfter that please reboot Evennia with `evennia reboot`")
sys.exit()