From 587d4f53187012ccff2e9fc5f85247f31a596630 Mon Sep 17 00:00:00 2001 From: Kevin Dorner Date: Sat, 6 Mar 2021 18:40:13 +0100 Subject: [PATCH] Added make dependency to install instructions and minor overall improvements --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ff7c4a4..fcb3ba0 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ # mdg-python -A better Python for Windows OPSI Package aimed to work with IServ +A better Python for Windows OPSI package aimed to work with IServ ## Features -- Newer Python (and pip) version -- Slimmer and simpler -- Support for automated python package installation with pip +- Latest Python version +- Slim and simple package +- Automated Python package installation through pip ## Prerequisites This package only supports **Microsoft Windows 10 64bit** -## Installation +## Manual Installation ### Method 1: Git -0. Install git if it wasn't already installed +0. Install git and make as root user ```sh -apt install git +apt install git make ``` 1. Clone the repository ```sh