install instructions for correct module

This commit is contained in:
Adam Rabjerg
2021-06-29 09:49:39 +02:00
parent cd6668de32
commit 23e89cbd09

View File

@@ -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