1
0

setup package in lib subdirectory

This commit is contained in:
thomasv
2012-05-10 14:38:49 +02:00
parent ca15ae6891
commit b8773178a1
18 changed files with 43 additions and 29 deletions

21
README
View File

@@ -30,17 +30,22 @@ In order to use the gtk gui, you need pygtk and tk.
* apt-get install python-tk
To install Electrum, type:
sudo python setup.py install
RUN
To start the Qt gui, type:
python electrum
To use the Gtk gui, type:
python electrum --gui gtk
To start Electrum in GUI mode, type:
If arguments are passed to the command line, Electrum will run in text mode.
Examples:
python electrum balance
python electrum help
electrum
If arguments are passed to the command line, Electrum will run in text mode:
electrum balance
electrum help