install instructions for correct module
This commit is contained in:
10
setup.txt
10
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
|
# 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user