mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-26 09:52:34 +00:00
Use python3 in README
This commit is contained in:
parent
1a046b524c
commit
b32b59cc51
@ -18,15 +18,15 @@ Linux requirements:
|
|||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
sudo apt-get install python-dev cython libusb-1.0-0-dev libudev-dev git
|
sudo apt-get install python3-dev cython3 libusb-1.0-0-dev libudev-dev git
|
||||||
|
|
||||||
Linux & Mac Python requirements:
|
Linux & Mac Python requirements:
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
sudo -H pip install setuptools
|
sudo -H pip3 install setuptools
|
||||||
sudo -H pip install -r requirements.txt
|
sudo -H pip3 install -r requirements.txt
|
||||||
sudo -H pip install trezor
|
sudo -H pip3 install trezor
|
||||||
|
|
||||||
On FreeBSD you can install the packages:
|
On FreeBSD you can install the packages:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user