URI: 
       tREADME: mention script location (for "electrum", after pip install) - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 70f70d0f801c27e2762752857936f5985319a69e
   DIR parent 40dc54e8b8f5d02f490524cd5d821460b5dc5a2c
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Tue, 14 Apr 2020 02:15:22 +0200
       
       README: mention script location (for "electrum", after pip install)
       
       related: #6082
       
       Diffstat:
         M README.rst                          |       7 ++++++-
       
       1 file changed, 6 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/README.rst b/README.rst
       t@@ -86,6 +86,8 @@ You can also install Electrum on your system, by running this command::
        
        This will download and install the Python dependencies used by
        Electrum instead of using the 'packages' directory.
       +It will also place an executable named :code:`electrum` in :code:`~/.local/bin`,
       +so make sure that is on your :code:`PATH` variable.
        
        
        Development version (git clone)
       t@@ -99,7 +101,7 @@ Check out the code from GitHub::
        
        Run install (this should install dependencies)::
        
       -    python3 -m pip install --user .
       +    python3 -m pip install --user -e .
        
        
        Create translations (optional)::
       t@@ -107,6 +109,9 @@ Create translations (optional)::
            sudo apt-get install python-requests gettext
            ./contrib/pull_locale
        
       +Finally, to start Electrum::
       +
       +    ./run_electrum