Update dependencies in the readme
This commit is contained in:
parent
681a52d3da
commit
7c0fd1e06d
11
README.md
11
README.md
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user