From 28064e8cf5557bffe4cc8aadb3764ce3a62aa33d Mon Sep 17 00:00:00 2001 From: Empiriker <till.ueberfries@gmail.com> Date: Thu, 30 Nov 2023 08:24:38 +0100 Subject: [PATCH] Update readme comment on version control --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76a58e1..381f571 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ source live-query-wiktextract/bin/activate pip install -r requirements.txt ``` -_Since wiktextract is not regularly published as a Python package, we fix version control to a specific commit. The commit indicated in requirements.txt was used and tested during development._ +_Since `wiktextract` and its dependency `wikitextprocessor` are not regularly published as a Python package, it's a challenge to fix them to a specific version. From `requirements.txt`, the latest version will always be installed. Attention: This might mean that after reinstalling, the output schema of `wiktextract` might have slightly changed._ ### 4. Load templates from dump files -- GitLab