mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +00:00
docs: python -> python3 in readme
This commit is contained in:
parent
96ce34b276
commit
a2f1dad3d4
@ -107,8 +107,8 @@ If you want to work on the sources, make a local clone:
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/trezor/python-trezor
|
git clone https://github.com/trezor/python-trezor
|
||||||
cd python-trezor
|
cd python-trezor
|
||||||
python setup.py prebuild
|
python3 setup.py prebuild
|
||||||
python setup.py develop
|
python3 setup.py develop
|
||||||
```
|
```
|
||||||
|
|
||||||
## Command line client (trezorctl)
|
## Command line client (trezorctl)
|
||||||
|
Loading…
Reference in New Issue
Block a user