From bb5b2c421f24a09b9f7f77e7ceeb65c8bd7a6ea8 Mon Sep 17 00:00:00 2001 From: Kevin Dorner Date: Sat, 6 Mar 2021 00:11:28 +0100 Subject: [PATCH] Add documentation --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3b308e..f653b8e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ # mdg-python +A better Python for Windows OPSI Package aimed to work with IServ -OPSI Package Python for Windows \ No newline at end of file +## Features +- Newer Python (and pip) version +- Slimmer and simpler +- Support for automated python package installation with pip + +## Prerequisites +This package only supports **Microsoft Windows 10 64bit** + +## Installation +### Method 1: Git +0. Install git if it wasn't already installed +```sh +apt install git +``` +1. Clone the repository +```sh +git clone https://gitea.mdg-hamburg.de/MDG-Packages/winst-mdg-python.git /srv/deploy/install/mdg-python/ +``` +2. Download the required binaries +```sh +cd /srv/deploy/install/mdg-python/ && make +``` \ No newline at end of file