From 5bec0e8382dafc099506d42d82ac1d3ceb536e87 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sun, 1 Jan 2017 10:08:19 +0200 Subject: [PATCH] README: upgrade also pip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b8fe3d..ba5591c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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 -U setuptools + $ pip install -U setuptools pip $ pip install Cython trezor Make sure that your `udev` rules are configured [correctly](https://doc.satoshilabs.com/trezor-user/settingupchromeonlinux.html#manual-configuration-of-udev-rules).