From aa35981980f34f0dac237328d5501eefa9388567 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 27 Feb 2016 09:49:15 +0200 Subject: [PATCH] README: add 'apt-get' to installation section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7f27b2..9f88a6c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ See SatoshiLabs' blog post about this feature: First, make sure that the latest `trezorlib` Python package is installed correctly (at least v0.6.6): + $ apt-get install python-dev libusb-1.0-0-dev libudev-dev $ pip install Cython trezor Then, install the latest `trezor_agent` package: