diff --git a/Documentation/how-to-build.rst b/Documentation/how-to-build.rst index 33a6dc9791f1123b6cfbaec4b3e51e82f77ef1b6..2401bd7d7a974e1bd1422320819a3f60f9fc365b 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