From 71f357c1bfc76bd8260e4cd7f079372c3063cfce Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 18 Aug 2018 12:55:46 +0300 Subject: [PATCH] Add 'hidapi' dependency --- doc/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 521714f..e0da0d5 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -66,7 +66,7 @@ gpg (GnuPG) 2.1.15 3. Then, install the latest [trezor_agent](https://pypi.python.org/pypi/trezor_agent) package: ``` - $ pip3 install Cython + $ pip3 install Cython hidapi $ pip3 install trezor_agent ```