electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 7191ba3eb75d55295db9449287d6358ea6f95805
parent 383130819483f459330f8f6c17beb738b9611324
Author: ThomasV <thomasv@gitorious>
Date:   Fri,  2 Dec 2011 12:09:46 +0300

packages

Diffstat:
Mclient/README | 12++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/client/README b/client/README @@ -17,14 +17,18 @@ Features: * Python. Very compact code, easy to contribute. - INSTALL -You will need pygtk to use the gui - -If you have installed from git, you will need to install python-ecdsa and slowaes: +If you use the source from git, you will need to install python-ecdsa and slowaes: * sudo easy_install ecdsa * sudo easy_install slowaes +These packages are included in the tar.gz and zip archives. + + +In order to use the gui, you need pygtk and tk. +* apt-get install python-gtk2 +* apt-get install python-tk + RUN