From bd1ae0f091b08cc287790b8e20ae350a44114c35 Mon Sep 17 00:00:00 2001 From: Bram Date: Thu, 24 May 2018 14:01:40 +0300 Subject: [PATCH] Update INSTALL.md I've sorted out the Formula for Homebrew and it's been merged. --- doc/INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 808be10..db1addf 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -95,6 +95,12 @@ Then, install the latest [keepkey_agent](https://pypi.python.org/pypi/keepkey_ag ``` $ pip3 install keepkey_agent ``` + + Or, on Mac using Homebrew: + + ``` + $ homebrew install keepkey-agent + ``` Or, directly from the latest source code: