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