From deb27e28f8b216d3061edae8e7d353537b843247 Mon Sep 17 00:00:00 2001 From: Rahix <rahix@rahix.de> Date: Mon, 29 Jul 2019 23:19:42 +0200 Subject: [PATCH] docs: Mention python-pillow dependency Signed-off-by: Rahix <rahix@rahix.de> --- Documentation/how-to-build.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/how-to-build.rst b/Documentation/how-to-build.rst index 8a3e14de..13c2f186 100644 --- a/Documentation/how-to-build.rst +++ b/Documentation/how-to-build.rst @@ -32,6 +32,7 @@ Dependencies of meson in their repositories. Instead, you'll probably save yourself a lot of headaches by installing meson from ``pip3 install --user meson``. * **python3-crc16**: Install with ``pip3 install --user crc16``. +* **python3-pillow**: Python Image Library .. _ARM's GNU toolchain: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads -- GitLab