1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 14:28:07 +00:00

docs: python -> python3 in readme

This commit is contained in:
matejcik 2019-02-26 18:34:34 +01:00
parent 96ce34b276
commit a2f1dad3d4

View File

@ -107,8 +107,8 @@ If you want to work on the sources, make a local clone:
```sh
git clone https://github.com/trezor/python-trezor
cd python-trezor
python setup.py prebuild
python setup.py develop
python3 setup.py prebuild
python3 setup.py develop
```
## Command line client (trezorctl)