1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 12:08:59 +00:00

Merge pull request #30 from ywecur/patch-1

Add ’git‘ to list of programs to install under Debian-Ubuntu
This commit is contained in:
Pavol Rusnak 2015-03-09 14:25:04 +01:00
commit ddef895647

View File

@ -57,7 +57,7 @@ How to install (Windows)
How to install (Debian-Ubuntu)
------------------------------
* sudo apt-get install python-dev python-setuptools cython libusb-1.0-0-dev libudev-dev
* sudo apt-get install python-dev python-setuptools cython libusb-1.0-0-dev libudev-dev git
* git clone https://github.com/trezor/python-trezor.git
* cd python-trezor
* python setup.py install (or develop)