From 23e89cbd0999c1608a4365fae7ecdaceca934f08 Mon Sep 17 00:00:00 2001 From: Adam Rabjerg Date: Tue, 29 Jun 2021 09:49:39 +0200 Subject: [PATCH] install instructions for correct module --- setup.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/setup.txt b/setup.txt index 2c95d2b..f80d6d1 100644 --- a/setup.txt +++ b/setup.txt @@ -1,4 +1,10 @@ -wget https://files.pythonhosted.org/packages/96/6c/21f99b450d2f0821ff35343b9a7843b71e98de35192454606435c72991a8/gnupg-2.3.1.tar.gz +# download and extract https://pypi.org/project/python-gnupg/#files +# untar # activate venv -pip install -e gnupg-2.3.1 +pip install -e gnupg-0.4.7 (or whatever version) + +# Generate gpg key +mkdir gnupg_home +chmod 700 gnupg_home +gpg --gen-key --homedir ./gnupg_home