From 23be5074ba89eb268f10e449ea0bb1f03f6b59d4 Mon Sep 17 00:00:00 2001 From: Alexander Brock Date: Mon, 28 Aug 2023 16:27:42 +0200 Subject: [PATCH] Add missing dependency. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d5ef38..30b4322 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Yes! That's what I want! ------------------------ Okay, let's go. - - Install python3, python3-lxml, python3-cssutils (or use virtualenv, see below), inkscape and libav-tools + - Install python3, python3-lxml, python3-cssutils, python3-wand (or use virtualenv, see below), inkscape and libav-tools - Fork this repo on github and clone your personal fork to your local system. - Copy one of the existing setup: 00_example_render_byid - If you are using a newer version of intro-outro-generator, don't copy any of the other projects, as the __init.py__ may not contain all mandatory parameters in the tasks function.