From 80c6f10533b62d2014e4b2e0960eeaaf1fea786c Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 17 Oct 2016 18:01:38 +0300 Subject: [PATCH] README: correct pip commands order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a06158..845fff7 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ First, make sure that the latest [trezorlib](https://pypi.python.org/pypi/trezor is installed correctly (at least v0.6.6): $ apt-get install python-dev libusb-1.0-0-dev libudev-dev - $ pip install Cython trezor $ pip install -U setuptools + $ pip install Cython trezor Then, install the latest [trezor_agent](https://pypi.python.org/pypi/trezor_agent) package: