commit 78c88effac8d616721590bf820a1fe8385bbd100
parent ac1872c6ab686e03a4874103f61985815e13472f
Author: ThomasV <thomasv@electrum.org>
Date: Fri, 18 Mar 2016 09:20:00 +0100
improve README
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git 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
--------