From ab649faa0716bf7bb328ae95bd9611e1335eb412 Mon Sep 17 00:00:00 2001 From: aconejos Date: Thu, 25 Apr 2024 10:05:32 +0200 Subject: [PATCH] make sure requirements are fullfilled --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ff172c..c4f26df 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,12 @@ This Python script loads documents into a MongoDB database. It uses the `loaddat - `faker` library - `tqdm` library - `datetime` library - + + +```bash +pip3 install -r requirements.txt +``` + ## Usage The script is run from the command line and takes the following arguments: