From 780a5e6a0d5346484a52ab779c36f9518943ccd8 Mon Sep 17 00:00:00 2001
From: Guillaume Endignoux <guillaumee@google.com>
Date: Tue, 14 Apr 2020 16:19:48 +0200
Subject: [PATCH] More detailed installation instructions.

---
 docs/install.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/install.md b/docs/install.md
index 5b5763b..cf355fa 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.
-- 
GitLab