nicer images with clmage

This commit is contained in:
Ville Rantanen
2021-11-01 18:49:10 +02:00
parent 8c8b8df753
commit b46748323d
4 changed files with 46 additions and 15 deletions

View File

@@ -18,6 +18,6 @@ setup(
keywords=["Markdown", "Slideshow"],
entry_points = {'console_scripts': 'markslider = markslider.markslider:main'},
install_requires = [
'pygments'
'pygments', 'climage'
]
)