OPSI Package Python for Windows
Go to file
Kevin Dorner ec3df19112 Improve documentation 2021-03-06 00:12:58 +01:00
.gitignore initial commit 2021-03-04 17:14:03 +01:00
LICENSE Initial commit 2021-03-04 17:09:28 +01:00
Makefile initial commit 2021-03-04 17:14:03 +01:00
README.md Improve documentation 2021-03-06 00:12:58 +01:00
control initial commit 2021-03-04 17:14:03 +01:00
install.ins initial commit 2021-03-04 17:14:03 +01:00
logo.png initial commit 2021-03-04 17:14:03 +01:00
remove.ins initial commit 2021-03-04 17:14:03 +01:00

README.md

mdg-python

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

Prerequisites

This package only supports Microsoft Windows 10 64bit

Installation

Method 1: Git

  1. Install git if it wasn't already installed
apt install git
  1. Clone the repository
git clone --depth 1 https://gitea.mdg-hamburg.de/MDG-Packages/winst-mdg-python.git /srv/deploy/install/mdg-python/
  1. Download the required binaries
cd /srv/deploy/install/mdg-python/ && make