Update dependencies in the readme

This commit is contained in:
Andrew Chow 2019-02-14 00:49:18 -05:00
parent 681a52d3da
commit 7c0fd1e06d

View File

@ -12,12 +12,11 @@ Install all of the libraries using `pip` (in virtualenv or system):
```
pip3 install hidapi # HID API needed in general
pip3 install trezor[hidapi] # Trezor One
pip3 install btchip-python # Ledger Nano S
pip3 install ecdsa # Needed for btchip-python but is not installed by it
pip3 install keepkey # KeepKey
pip3 install ckcc-protocol[cli] # Coldcard
pip3 install pyaes # For digitalbitbox
pip3 install ecdsa
pip3 install pyaes
pip3 install typing_extensions
pip3 install mnemonic
pip3 install libusb1
```
## Install