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 1/3] 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: From 2740dcb1b8e91a12f9f05fc8b3fb903dc665c67e Mon Sep 17 00:00:00 2001 From: BadCo-NZ <50016048+BadCo-NZ@users.noreply.github.com> Date: Tue, 14 Jun 2022 01:53:27 +0000 Subject: [PATCH 2/3] Updated dependencies Reworded Dependencies section --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index bd97997..85cbe0c 100644 --- a/README.md +++ b/README.md @@ -30,20 +30,7 @@ Uses python version 3 ## Dependencies -Install required dependencies. - -pip3 - ``` - sudo apt install python3-pip - ``` -setuptools - ``` - sudo pip3 install setuptools - ``` -wheel - ``` - sudo pip3 install wheel - ``` +Ensure `pip3`, `setuptools', and `wheel` dependencies are installed on the system you are running this script in. ## Installation From 7379ad56cec22c5d2fd7d38dc6596192a2771ec7 Mon Sep 17 00:00:00 2001 From: BadCo-NZ <50016048+BadCo-NZ@users.noreply.github.com> Date: Tue, 14 Jun 2022 01:55:30 +0000 Subject: [PATCH 3/3] Update README.md Fixed code block error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85cbe0c..abf6e0b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Uses python version 3 ## Dependencies -Ensure `pip3`, `setuptools', and `wheel` dependencies are installed on the system you are running this script in. +Ensure `pip3`, `setuptools`, and `wheel` dependencies are installed on the system you are running this script in. ## Installation