From bcd95c7bbb6f63c9e8c80655729c4d3c6da528d1 Mon Sep 17 00:00:00 2001 From: Stormwind <stormwind83@protonmail.com> Date: Sat, 9 Nov 2019 18:07:54 +0000 Subject: [PATCH] Update how-to-build.rst --- Documentation/how-to-build.rst | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Documentation/how-to-build.rst b/Documentation/how-to-build.rst index 8b31be8a..bf3f9a45 100644 --- a/Documentation/how-to-build.rst +++ b/Documentation/how-to-build.rst @@ -73,14 +73,19 @@ Dependencies * One of three CRC packages are required. Pick one: - .. code-block:: shell-session - pip3 install --user crc16 + - for all OS's + + .. code-block:: shell-session + + pip3 install --user crc16 - .. code-block:: shell-session - pip3 install --user crcmod + .. code-block:: shell-session + + pip3 install --user crcmod - .. 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 -- GitLab