From 7f938908ed379930817e9058efa13787ea1e52f0 Mon Sep 17 00:00:00 2001
From: Jelle van der Waa <jelle@archlinux.org>
Date: Wed, 21 Aug 2019 20:35:53 +0200
Subject: [PATCH] Update instructions for building on Arch

Add the pacman command to install the required Python modules which are
available in the Arch repositories.
---
 Documentation/how-to-build.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/how-to-build.rst b/Documentation/how-to-build.rst
index 33a6dc97..2401bd7d 100644
--- a/Documentation/how-to-build.rst
+++ b/Documentation/how-to-build.rst
@@ -49,6 +49,12 @@ Dependencies
 * **python3-crc16**: Install with ``pip3 install --user crc16``.
 * **python3-pillow**: Python Image Library ``pip3 install --user pillow``.
 
+  - Arch
+
+    .. code-block:: shell-session
+
+       pacman -S python-crc16 python-pillow
+
 .. _ARM's GNU toolchain: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads
 
 Cloning
-- 
GitLab