diff --git a/docs/install.md b/docs/install.md
index 5b5763b1b83ee2c58da2c1006a1d581e6c1daca7..cf355fac54fefdad8907618480f49b770ea873b9 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -50,8 +50,9 @@ In order to compile and flash a working OpenSK firmware, you will need the
 following:
 
 *   rustup (can be installed with [Rustup](https://rustup.rs/))
-*   python3 and pip
-*   the OpenSSL command line tool
+*   python3 and pip (can be installed with the `python3-pip` package on Debian)
+*   the OpenSSL command line tool (can be installed with the `libssl-dev`
+    package on Debian)
 
 The scripts provided in this project have been tested under Linux and OS X. We
 haven't tested them on Windows and other platforms.