From a6562ccc1528361c3d8a5a76a287aee15473fa84 Mon Sep 17 00:00:00 2001 From: Jonathan Cross Date: Thu, 9 Nov 2017 15:53:52 +0100 Subject: [PATCH] README.rst : Adding Mac requirements and simplifying Linux (#147) --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 53e92d779..a8d6c6f5c 100644 --- a/README.rst +++ b/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) +Linux requirements: .. code:: - pip install trezor + sudo apt-get install python-dev cython libusb-1.0-0-dev libudev-dev git -On Linux you might need to run these commands first: +Linux & Mac Python requirements: .. code:: - sudo apt-get install python-dev cython libusb-1.0-0-dev libudev-dev git - sudo pip install setuptools + sudo -H pip install setuptools + sudo -H pip install -r requirements.txt + sudo -H pip install trezor On FreeBSD you can install the packages: