mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
readme: Windows instal doc (#346)
This commit is contained in:
parent
cf9106ff5d
commit
e9b7ecd97f
12
README.md
12
README.md
@ -34,12 +34,24 @@ topic bigger than this README.
|
||||
In addition to the above, you need to install development headers for
|
||||
HIDAPI.
|
||||
|
||||
#### Debian / Ubuntu
|
||||
|
||||
On a Debian or Ubuntu based system, you can install these:
|
||||
|
||||
```sh
|
||||
sudo apt-get install python3-dev python3-pip cython3 libusb-1.0-0-dev libudev-dev
|
||||
```
|
||||
|
||||
#### Windows
|
||||
|
||||
On a Windows based system, you can install these (for more info on choco, refer to [this](https://chocolatey.org/install)):
|
||||
|
||||
```sh
|
||||
choco install vcbuildtools python3 protoc
|
||||
refreshenv
|
||||
pip3 install protobuf
|
||||
```
|
||||
|
||||
When installing the trezor library, you need to specify that you want
|
||||
`hidapi`:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user