tupdate README with pip - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 4ecaa636fd7ab8e2392b0e6f4cbbc66bab8d88bb DIR parent 0556e7adde5e40402279a8aaf56e6bf6ff777de8 HTML Author: ThomasV <thomasv@gitorious> Date: Sat, 22 Nov 2014 14:41:47 +0100 update README with pip Diffstat: M README | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) --- DIR diff --git a/README b/README t@@ -14,10 +14,19 @@ To run Electrum from this directory, just do: ./electrum 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 - electrum + To start Electrum from your web browser, see