From fb648a241e5db6378bc701698568923d9deaf9e8 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Thu, 12 Oct 2017 07:50:13 +0200 Subject: [PATCH] Add instructions for FreeBSD users I've created a FreeBSD port: https://github.com/freebsd/freebsd-ports/commit/537ae1b42ced8e6a573d32b69d6eea0aab9390e3 Add instructions for FreeBSD users. --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index 2cefac919..53e92d779 100644 --- a/README.rst +++ b/README.rst @@ -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 -----