From c29ed1e8174585cef491599a46f6600b7babeb57 Mon Sep 17 00:00:00 2001 From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr> Date: Tue, 3 Jan 2023 17:26:39 +0100 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ceef637..4978607 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ This project does depend on python packages. (maybe to be replaced by an automation of some sort) * [```pip install pywikibot```](https://pypi.org/project/pywikibot/) * [```pip install wikitextparser```](https://pypi.org/project/wikitextparser/) -* [```pip install importlib```](https://pypi.org/project/importlib/) Optional (for python 2.*) +* [```pip install importlib```](https://pypi.org/project/importlib/) +_Optional (for python 2.*)_ ### Wikstraktor Server If you want wikstraktor as a server, you need to install [flask](https://flask.palletsprojects.com/en/2.0.x/installation/), and best practice is to do so in a [virtual environment](https://docs.python.org/3/library/venv.html#module-venv). -- GitLab