mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
update README with pip
This commit is contained in:
parent
0556e7adde
commit
4ecaa636fd
1 changed files with 11 additions and 2 deletions
13
README
13
README
|
@ -14,10 +14,19 @@ To run Electrum from this directory, just do:
|
||||||
./electrum
|
./electrum
|
||||||
|
|
||||||
If you install Electrum on your system, you can run it from any
|
If you install Electrum on your system, you can run it from any
|
||||||
directory:
|
directory.
|
||||||
|
|
||||||
|
If you have pip, you can do:
|
||||||
|
|
||||||
|
python setup.py sdist
|
||||||
|
sudo pip install dist/Electrum-2.0.tar.gz
|
||||||
|
|
||||||
|
|
||||||
|
If you don't have pip, install with:
|
||||||
|
|
||||||
|
python setup.py sdist
|
||||||
sudo python setup.py install
|
sudo python setup.py install
|
||||||
electrum
|
|
||||||
|
|
||||||
|
|
||||||
To start Electrum from your web browser, see
|
To start Electrum from your web browser, see
|
||||||
|
|
Loading…
Add table
Reference in a new issue