URI: 
       tREADME: install "full" extra - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit facf833bac60d00d745c0bafc0ee4a08d2ba1fb9
   DIR parent 377825a4584caf1034c8e89e540e8ccee95d3af9
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Wed, 28 Mar 2018 11:54:24 +0200
       
       README: install "full" extra
       
       Diffstat:
         M README.rst                          |       6 ++++--
       
       1 file changed, 4 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/README.rst b/README.rst
       t@@ -41,10 +41,12 @@ directory. To run Electrum from its root directory, just do::
        You can also install Electrum on your system, by running this command::
        
            sudo apt-get install python3-setuptools
       -    python3 setup.py install
       +    pip3 install .[full]
        
        This will download and install the Python dependencies used by
        Electrum, instead of using the 'packages' directory.
       +The 'full' extra contains some optional dependencies that we think
       +are often useful but they are not strictly needed.
        
        If you cloned the git repository, you need to compile extra files
        before you can run Electrum. Read the next section, "Development
       t@@ -62,7 +64,7 @@ Check out the code from Github::
        
        Run install (this should install dependencies)::
        
       -    python3 setup.py install
       +    pip3 install .[full]
        
        Compile the icons file for Qt::