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] 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