README: mention script location (for "electrum", after pip install)

related: #6082
This commit is contained in:
SomberNight 2020-04-14 02:15:22 +02:00
parent 40dc54e8b8
commit 70f70d0f80
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -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 This will download and install the Python dependencies used by
Electrum instead of using the 'packages' directory. 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) Development version (git clone)
@ -99,7 +101,7 @@ Check out the code from GitHub::
Run install (this should install dependencies):: Run install (this should install dependencies)::
python3 -m pip install --user . python3 -m pip install --user -e .
Create translations (optional):: Create translations (optional)::
@ -107,6 +109,9 @@ Create translations (optional)::
sudo apt-get install python-requests gettext sudo apt-get install python-requests gettext
./contrib/pull_locale ./contrib/pull_locale
Finally, to start Electrum::
./run_electrum