URI: 
       timprove README - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 78c88effac8d616721590bf820a1fe8385bbd100
   DIR parent ac1872c6ab686e03a4874103f61985815e13472f
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Fri, 18 Mar 2016 09:20:00 +0100
       
       improve README
       
       Diffstat:
         M README.rst                          |       7 ++++---
       
       1 file changed, 4 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/README.rst b/README.rst
       t@@ -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
        
       t@@ -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
        --------