From 3669f49167329af09de90e17454cba4c649d15f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Fontaine?= Date: Thu, 11 Jan 2018 13:48:10 +0100 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96d262b..c5af6b4 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ It is meant to be a replacement for the GetMyAncestors program from Ohana Softwa This program is now in production phase, but bugs might still be present. Features will be added on request. It is provided as is. -This script requires python3 and the requests module to work. To install this module on Linux, run in your terminal: "python3 -m pip install requests" (or "python3 -m pip install --user requests" if you don't have admin rights on your machine). Alternatively, on Windows and Mac, you can install the Anaconda package (download the python 3.5 installer from https://www.continuum.io/downloads) which will provide both python3 and the requests module. +This script requires python3 and the requests module to work. To install this module on Linux, run in your terminal: "python3 -m pip install requests" (or "python3 -m pip install --user requests" if you don't have admin rights on your machine). Alternatively, on Windows and Mac, you can install the Anaconda package (download the python 3.6 installer from https://www.continuum.io/downloads) which will provide both python3 and the requests module. -This script requires python 3.4 (or higher) to run due to some novel features in the argparse module (https://docs.python.org/3/whatsnew/3.4.html#argparse) +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) 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 July 4th 2016. +Current version was updated on January 11th 2018. Examples ======== -- 2.52.0