From 3dd61391e927612030f75b32a01cf9a673b85b6f Mon Sep 17 00:00:00 2001
From: squidfunk <martin.donath@squidfunk.com>
Date: Mon, 6 Feb 2023 17:24:14 +0100
Subject: [PATCH] Documentation

---
 docs/setup/dependencies/image-processing.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/setup/dependencies/image-processing.md b/docs/setup/dependencies/image-processing.md
index e2409a675..ae053e05f 100644
--- a/docs/setup/dependencies/image-processing.md
+++ b/docs/setup/dependencies/image-processing.md
@@ -10,6 +10,12 @@ This section explains how to install them.
 
 ## Dependencies
 
+Install the Python dependencies for image processing with:
+
+```
+pip install pillow cairosvg
+```
+
 ### Cairo Graphics
 
 [Cairo Graphics] is a graphics library and dependency of [Pillow], which
-- 
GitLab