mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-15 18:00:59 +00:00
README.rst : Adding Mac requirements and simplifying Linux (#147)
This commit is contained in:
parent
91a541e862
commit
a6562ccc15
17
README.rst
17
README.rst
@ -14,18 +14,19 @@ See https://trezor.io for more information
|
||||
Install
|
||||
-------
|
||||
|
||||
(Run with sudo if not running in superuser mode under Linux)
|
||||
|
||||
.. code::
|
||||
|
||||
pip install trezor
|
||||
|
||||
On Linux you might need to run these commands first:
|
||||
Linux requirements:
|
||||
|
||||
.. code::
|
||||
|
||||
sudo apt-get install python-dev cython libusb-1.0-0-dev libudev-dev git
|
||||
sudo pip install setuptools
|
||||
|
||||
Linux & Mac Python requirements:
|
||||
|
||||
.. code::
|
||||
|
||||
sudo -H pip install setuptools
|
||||
sudo -H pip install -r requirements.txt
|
||||
sudo -H pip install trezor
|
||||
|
||||
On FreeBSD you can install the packages:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user