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