Add instructions for FreeBSD users

I've created a FreeBSD port:

537ae1b42c

Add instructions for FreeBSD users.
This commit is contained in:
Emanuel Haupt 2017-10-12 07:50:13 +02:00 committed by Pavol Rusnak
parent 0f722c1991
commit fb648a241e
1 changed files with 13 additions and 0 deletions

View File

@ -27,6 +27,19 @@ On Linux you might need to run these commands first:
sudo apt-get install python-dev cython libusb-1.0-0-dev libudev-dev git
sudo pip install setuptools
On FreeBSD you can install the packages:
.. code::
pkg install security/py-trezor
or build via ports:
.. code::
cd /usr/ports/security/py-trezor
make install clean
Usage
-----