From 92cefe029a4f800d41b952945b66c41297a5c741 Mon Sep 17 00:00:00 2001 From: BadCo-NZ <50016048+BadCo-NZ@users.noreply.github.com> Date: Sun, 22 May 2022 11:15:55 +0000 Subject: [PATCH] Update README.md Added dependencies section --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index a5d117a..bd97997 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,23 @@ Author: Christoph Daniel Miksche (m5e.de) Uses python version 3 + +## Dependencies +Install required dependencies. + +pip3 + ``` + sudo apt install python3-pip + ``` +setuptools + ``` + sudo pip3 install setuptools + ``` +wheel + ``` + sudo pip3 install wheel + ``` + ## Installation Create a settings.ini file on your system. Example: