Add documentation

This commit is contained in:
Kevin Dorner 2021-03-06 00:11:28 +01:00
parent 8fe373ffe2
commit bb5b2c421f
1 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,25 @@
# mdg-python
A better Python for Windows OPSI Package aimed to work with IServ
OPSI Package Python for Windows
## 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
```