1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00

readme: Windows instal doc (#346)

This commit is contained in:
brianddk 2018-12-18 06:59:49 -06:00 committed by matejcik
parent cf9106ff5d
commit e9b7ecd97f

View File

@ -34,12 +34,24 @@ topic bigger than this README.
In addition to the above, you need to install development headers for In addition to the above, you need to install development headers for
HIDAPI. HIDAPI.
#### Debian / Ubuntu
On a Debian or Ubuntu based system, you can install these: On a Debian or Ubuntu based system, you can install these:
```sh ```sh
sudo apt-get install python3-dev python3-pip cython3 libusb-1.0-0-dev libudev-dev 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 When installing the trezor library, you need to specify that you want
`hidapi`: `hidapi`: