This commit is contained in:
ThomasV 2011-12-02 12:09:46 +03:00
parent 3831308194
commit 7191ba3eb7
1 changed files with 8 additions and 4 deletions

View File

@ -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