From 2a7c0ff370a1bd9316ad1f4d4fbe945a4cdcf210 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Mon, 15 May 2023 20:12:36 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a20881..efa1e01 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,22 @@ ``` pip install selenium pip install webdriver-manager +pip install numpy ``` For the bib tools: ``` pip3 install bibtexparser +pip3 install pandas ``` -Change user name in username.json +## How to use the typo3 examples: +* Change user name in username.json +* Change the page id and content id to something you can and want to work ong + + +