From 78c88effac8d616721590bf820a1fe8385bbd100 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 18 Mar 2016 09:20:00 +0100 Subject: [PATCH] improve README --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 5ac4deb5..f4b26e21 100644 --- a/README.rst +++ b/README.rst @@ -23,12 +23,12 @@ Getting started Electrum is a pure python application. However, if you want to use the Qt interface, then you need to install the Qt dependencies:: - sudo apt-get install python-pip python-qt4 - + sudo apt-get install python-qt4 If you downloaded the official package (tar.gz), then you can run Electrum from its root directory, without installing it on your -system. To run Electrum from this directory, just do:: +system; all the python dependencies are included in the 'packages' +directory. To run Electrum from its root directory, just do:: ./electrum @@ -94,6 +94,7 @@ In oder to creating binaries, you must create the 'packages' directory:: ./contrib/make_packages +This directory contains the python dependencies used by Electrum. Mac OS X --------