From 04510c67b9e0303dfb3901a089814287dc985950 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Fontaine?= Date: Fri, 2 Feb 2018 22:57:50 +0100 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2eebf44..cf90b89 100644 --- 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): ``` -- 2.52.0