install-epub-deps
Installation
SKILL.md
Install all Python packages needed by the epub-creator skill and verify they work.
$ARGUMENTS
If --pip is passed as an argument, use pip install instead of uv pip install.
Steps
-
Determine installer: Use
uv pip installby default. If$ARGUMENTScontains--pip, usepip installinstead. -
Install dependencies:
uv pip install ebooklib markdown Pillow beautifulsoup4 lxml PyYAML