From 1704ae7683114fdad2419ca56d1b1e0433e08cff Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 30 Jul 2016 14:53:54 +0300 Subject: [PATCH] gpg: add '--user' flag to pip install command --- README-GPG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-GPG.md b/README-GPG.md index a4a86ed..ea06eb6 100644 --- a/README-GPG.md +++ b/README-GPG.md @@ -15,7 +15,7 @@ Update you TREZOR firmware to the latest version (at least [c720614](https://git Install latest `trezor-agent` package from [gpg-agent](https://github.com/romanz/trezor-agent/commits/gpg-agent) branch: ``` -$ pip install git+https://github.com/romanz/trezor-agent.git@gpg-agent +$ pip install --user git+https://github.com/romanz/trezor-agent.git@gpg-agent ``` Define your GPG user ID as an environment variable: