Skip to content
Snippets Groups Projects
Commit 7f938908 authored by Jelle van der Waa's avatar Jelle van der Waa
Browse files

Update instructions for building on Arch

Add the pacman command to install the required Python modules which are
available in the Arch repositories.
parent 8e8d8614
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment