From a0357545fda677b253261005830d886b7f3fd92a Mon Sep 17 00:00:00 2001 From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr> Date: Sat, 25 Mar 2023 16:18:09 +0100 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f81037f..f542093 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ This project does depend on python packages. * [```pip install pywikibot```](https://pypi.org/project/pywikibot/) * [```pip install wikitextparser```](https://pypi.org/project/wikitextparser/) * [```pip install gitpython```](https://gitpython.readthedocs.io/en/stable/) +* [```pip install sqlite3```](https://docs.python.org/3/library/sqlite3.html) Might be provided with python * [```pip install importlib```](https://pypi.org/project/importlib/) _Optional (for python 2.*, not tested)_ * run ``./setup.py`` (used to store wikstraktor version in wiktionary extracts) -- GitLab