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:
parent
96ce34b276
commit
a2f1dad3d4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user