]> Nutra Git (v2) - gamesguru/getmyancestors.git/commitdiff
update readme
authorBenoît Fontaine <benoit.fontaine@acft.fr>
Fri, 2 Feb 2018 21:57:50 +0000 (22:57 +0100)
committerBenoît Fontaine <benoit.fontaine@acft.fr>
Fri, 2 Feb 2018 21:57:50 +0000 (22:57 +0100)
README.md

index 2eebf442790605911c1a1783db2bd46e5463d8f5..cf90b898ad94d89361a7933803d1f15ba967944b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@ This script requires python3 and the requests module to work. To install this mo
 
 This script requires python 3.4 (or higher) to run due to some novel features in the argparse and asyncio modules (https://docs.python.org/3/whatsnew/3.4.html)
 
+The graphical interface requires the tkinter module (https://docs.python.org/3/library/tkinter.html)
+
 To download the script, click on the green button "Clone or download" on the top of this page and then click on "Download ZIP".
 
 Current version was updated on February 2nd 2018.
@@ -18,6 +20,12 @@ Current version was updated on February 2nd 2018.
 Examples
 ========
 
+Use Graphical interface:
+
+```
+python3 gui.py
+```
+
 Download four generations of ancestors for the main individual in your tree and output gedcom on stdout (will prompt for username and password):
 
 ```