Documentation

This commit is contained in:
squidfunk
2022-09-15 19:02:13 +02:00
parent 5afacad66c
commit 15d9dacc0c
4 changed files with 15 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ class SocialPlugin(BasePlugin):
if not dependencies:
log.error(
"Required dependencies of \"social\" plugin not found. "
"Install with: pip install cairosvg pillow"
"Install with: pip install pillow cairosvg"
)
sys.exit()