From 7f4f15fb323aa8d3de5640a2b32c647c6c0edbac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20B=C3=ADlek?= Date: Tue, 27 Jan 2015 17:41:06 +0100 Subject: [PATCH] Update README.rst --- README.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 5102657..32e5f30 100644 --- a/README.rst +++ b/README.rst @@ -57,14 +57,7 @@ How to install (Windows) How to install (Debian-Ubuntu) ------------------------------ -* sudo apt-get install python-dev python-setuptools cython +* sudo apt-get install python-dev python-setuptools cython libusb-1.0-0-dev libudev-dev * git clone https://github.com/trezor/python-trezor.git * cd python-trezor * python setup.py install (or develop) - -Internal note: --------------- -* Clone cython-hidapi from github.com/trezor/cython-hidapi -* Go to cython-hidapi directory -* Run "git submodule init" in Git Bash (TortoiseGit) -* Run "git submodule update" in Git Bash (TortoiseGit)