From 90dc124e8dab1b43486bd37bfc9908cad0961b2a Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 12 Jun 2017 22:39:11 +0300 Subject: [PATCH] install: note '~/.local/bin' issue with pip --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 10ef0f1..9f5a44f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -52,3 +52,7 @@ Or, directly from the latest source code: If there is an import problem with the installed `protobuf` package, see [this issue](https://github.com/romanz/trezor-agent/issues/28) for fixing it. + +If you can't find the command-line utilities (after running `pip install --user`), +please make sure that `~/.local/bin` is on your `PATH` variable +(see a [relevant](https://github.com/pypa/pip/issues/3813) issue).