setup package in lib subdirectory
[electrum-nvc.git] / README
diff --git a/README b/README
index a90857e..a1567d2 100644 (file)
--- a/README
+++ b/README
@@ -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:
+
+  electrum
+
+
+If arguments are passed to the command line, Electrum will run in text mode:
 
-If arguments are passed to the command line, Electrum will run in text mode.
-Examples:
-  python electrum balance
-  python electrum help
+  electrum balance
+  electrum help