From 55e1c614a70207a4ad73ca0a1247393d496b8d2a Mon Sep 17 00:00:00 2001 From: Avishaan Date: Tue, 17 Oct 2017 15:37:11 -0400 Subject: [PATCH] add documentation related to #155 to help other macOS/OSX users who are still using system python --- doc/INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index a3d728d..f3fb8ed 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -68,3 +68,5 @@ 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). + +If you can't find command-line utilities and are on macOS/OSX check `~/Library/Python/2.7/bin` and add to `PATH` if necessary (see a [relevant](https://github.com/romanz/trezor-agent/issues/155) issue).