From a9db48a86b98f86a531dc15e2101348fbb488260 Mon Sep 17 00:00:00 2001 From: Naps <89811779+napoles-mk@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:13:33 -0600 Subject: [PATCH] Add missing dependencies on README Add missing dependencies on README instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 71d1b3f..d0bb89d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,12 @@ Welcome to the Muuktest Executer Prerequisites ------------- - Python 3 installed + +Install python dependencies (use pip or pip3 according your installation settings): - sudo pip install requests +- sudo pip install lxml +- sudo pip install beautifulsoup4 +- sudo pip install pillow How to use -----------------