From 05fac995ebb9611b4b1fd0d0917f3fc5a676cd4e Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 26 Nov 2016 14:01:06 +0200 Subject: [PATCH] README: add 'setup.py' installation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 363cfde..32a4d1f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ Then, install the latest [trezor_agent](https://pypi.python.org/pypi/trezor_agen $ pip install trezor_agent +Or, directly from the latest source code (if `pip` doesn't work for you): + + $ git clone https://github.com/romanz/trezor-agent && cd trezor-agent + $ python setup.py build && python setup.py install + Finally, verify that you are running the latest [TREZOR firmware](https://wallet.mytrezor.com/data/firmware/releases.json) version (at least v1.4.0): $ trezorctl get_features | head