From 9888ef971aa50e4f71729a23162197ca1c9b6172 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 7 May 2016 20:41:34 +0300 Subject: [PATCH] gpg: add installation command to README --- trezor_agent/gpg/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/trezor_agent/gpg/README.md b/trezor_agent/gpg/README.md index d94deca..500b7e6 100644 --- a/trezor_agent/gpg/README.md +++ b/trezor_agent/gpg/README.md @@ -7,6 +7,11 @@ $ gpg2 --version | head -n1 gpg (GnuPG) 2.1.11 ``` +Install the latest development version of `trezor-agent`: +``` +$ pip install git+https://github.com/romanz/trezor-agent.git@master +``` + Define your GPG user ID as an environment variable: ``` $ export TREZOR_GPG_USER_ID="John Doe "