ttext - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit e46b80772b214c59d1a7a95a7ae09dab65a0ac75 DIR parent 6e3fc012f62044994fbb9e5018ee6c94f09f3fcd HTML Author: ThomasV <thomasv@gitorious> Date: Wed, 15 Feb 2012 01:32:53 +0300 ttext Diffstat: M client/MANIFEST.in | 2 ++ M client/README | 20 ++++++++++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) --- DIR diff --git a/client/MANIFEST.in b/client/MANIFEST.in t@@ -4,3 +4,5 @@ include electrum exclude setup.py recursive-include ecdsa *.py recursive-include aes *.py +include icons.qrc +recursive-include icons * DIR diff --git a/client/README b/client/README t@@ -25,17 +25,24 @@ If you use the source from git, you will need to install python-ecdsa and slowae These packages are included in the tar.gz and zip archives. -In order to use the gui, you need pygtk and tk. +In order to use the gtk gui, you need pygtk and tk. * apt-get install python-gtk2 * apt-get install python-tk - - RUN -python electrum.py +To start the Qt gui, type: + python electrum +To use the Gtk gui, type: + python --gui gtk If arguments are passed to the command line, Electrum will run in text mode. Examples: - python electrum.py balance - python electrum.py help + python electrum balance + python electrum help + + + +BROWSER CONFIGURATION + +see http://ecdsa.org/bitcoin_URIs.html +\ No newline at end of file