From 6262fef58425d1e0dbc7d2e8da848cd6653d5a26 Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Sun, 8 Mar 2020 12:41:52 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bed373..2d5ef38 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ $ pip3 install -r requirements.txt On debian you need to install ImageMagick and Python lxml dependencies: ``` -sudo apt-get install libmagickwand-dev libmagickcore5-extra libxml2-dev libxslt1-dev +sudo apt-get install python3-pil libmagickwand-dev libmagickcore5-extra libxml2-dev libxslt1-dev ``` Quick start