diff --git a/Documentation/how-to-build.rst b/Documentation/how-to-build.rst index b8b1311c31e31fccc29456b9689a4f0b4cc9be19..8b31be8a015f54ff91f0e3baeaad7e6f5cc1e951 100644 --- a/Documentation/how-to-build.rst +++ b/Documentation/how-to-build.rst @@ -71,9 +71,21 @@ Dependencies brew install ninja pip3 install --user meson # see https://mesonbuild.com/Getting-meson.html - you will have to add ~/.local/bin to your PATH. -* **python3-crc16**: Install with ``pip3 install --user crc16``. -* **python3-pillow**: Python Image Library ``pip3 install --user pillow``. +* One of three CRC packages are required. Pick one: + .. code-block:: shell-session + pip3 install --user crc16 + + .. code-block:: shell-session + pip3 install --user crcmod + + .. code-block:: shell-session + pip3 install --user crcmod + +* **python3-pillow**: Python Image Library + .. code-block:: shell-session + pip3 install --user pillow + - Arch .. code-block:: shell-session