11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
# download and extract https://pypi.org/project/python-gnupg/#files
|
|
# untar
|
|
# activate venv
|
|
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
|
|
|