Skip to content

Commit

Permalink
update README with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasV committed Nov 22, 2014
1 parent 0556e7a commit 4ecaa63
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 4ecaa63

@SmileyChris
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is kind of a weird change. Why would you need to explicitly create an sdist to install from if you have the source already?

Please sign in to comment.