From 0d3814c53bf2e12193ed5b889f9f5467d55263a1 Mon Sep 17 00:00:00 2001 From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr> Date: Tue, 23 Jan 2024 14:17:44 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65f61d2..e405f20 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ If multiple timestamped dumpf files per edition are present in the `dumps/` dire Create and activate a virtual Python environment with an environment manager of your choice. For example: -``` -virtualenv live-query-wiktextract -source live-query-wiktextract/bin/activate +```bash +python3 -m venv lq-w-extr +source lq-w-extr/bin/activate ``` ### 3. Install dependencies -- GitLab