From 872e900b4649d23673d03d2d39858837ebc1b685 Mon Sep 17 00:00:00 2001 From: genofire <geno+dev@fireorbit.de> Date: Mon, 12 Aug 2019 17:15:17 +0000 Subject: [PATCH] fix(docs): Package is called pillow, not PIL Closes !80 --- Documentation/how-to-build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/how-to-build.rst b/Documentation/how-to-build.rst index e7e42e64b..da17ca982 100644 --- a/Documentation/how-to-build.rst +++ b/Documentation/how-to-build.rst @@ -41,7 +41,7 @@ Dependencies pacman -S meson * **python3-crc16**: Install with ``pip3 install --user crc16``. -* **python3-pillow**: Python Image Library ``pip3 install --user PIL``. +* **python3-pillow**: Python Image Library ``pip3 install --user pillow``. .. _ARM's GNU toolchain: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads -- GitLab