diff --git a/Documentation/how-to-build.rst b/Documentation/how-to-build.rst
index 041337a2df84c6a324126f1f69e5dcc88ddc68b8..2050c91bf2a2dd91e9e9f785acdaede3b78dff8d 100644
--- a/Documentation/how-to-build.rst
+++ b/Documentation/how-to-build.rst
@@ -79,6 +79,12 @@ Dependencies
 
         pip3 install --user crc16
 
+or
+
+    .. code-block:: shell-session
+
+        apt install python3-crcmod
+
 or
 
     .. code-block:: shell-session