tpackages - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 7191ba3eb75d55295db9449287d6358ea6f95805 DIR parent 383130819483f459330f8f6c17beb738b9611324 HTML Author: ThomasV <thomasv@gitorious> Date: Fri, 2 Dec 2011 12:09:46 +0300 packages Diffstat: M client/README | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) --- DIR diff --git a/client/README b/client/README t@@ -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