gpg: add installation command to README

This commit is contained in:
Roman Zeyde
2016-05-07 20:41:34 +03:00
parent 04a878374f
commit 9888ef971a

View File

@@ -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 <john@doe.bit>"