From 1b549feaeaca58349365b0760ad862e49ade2f5d Mon Sep 17 00:00:00 2001 From: Andreas Bauer Date: Wed, 22 May 2024 13:35:26 +0200 Subject: [PATCH] Extend prerequisites section in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0ff2df..463a662 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ An example of a generated rejoinder document is shown in [example.pdf](./example ## Prerequisites +First, ensure that you have a [working Python 3 environment installed](https://docs.python.org/3/using/index.html). + Rejoinderoo depends on [Pick](https://pypi.org/project/pick/) to provide the selection interface for data fields of the CSV file. -You have to install the dependencies first. +Install the dependencies using the `requirements.txt` file. ```sh pip3 install -r requirements.txt