From 739c86c54da9802819a604a13bfd1d4c95f28500 Mon Sep 17 00:00:00 2001 From: Maxime Bombar <bombar@crans.org> Date: Tue, 2 Jun 2020 20:03:12 +0200 Subject: [PATCH] Add libgpgme-dev as a dependency. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ef0ab7d..509c494 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Debian-based distribution ~~~~~~~~~~~~~~~~~~~~~~~~~ - Install some requirements, - ``apt install git python3 gettext python3-paramiko python3-pyperclip python3-gpg python3-pip``. + ``apt install git python3 gettext python3-paramiko python3-pyperclip python3-gpg python3-pip libgpgme-dev``. - Clone the code, ``git clone https://gitlab.crans.org/nounous/cranspasswords.git && cd cranspasswords``, -- GitLab