Skip to content

Commit

Permalink
Extend prerequisites section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-bauer committed May 22, 2024
1 parent b327f66 commit 1b549fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b549fe

Please sign in to comment.