OPSI Package Python for Windows
Go to file
Kevin Dorner 587d4f5318 Added make dependency to install instructions and minor overall improvements 2021-03-06 18:40:13 +01:00
.gitignore initial commit 2021-03-04 17:14:03 +01:00
LICENSE Add Copyright holder 2021-03-06 18:22:18 +01:00
Makefile initial commit 2021-03-04 17:14:03 +01:00
README.md Added make dependency to install instructions and minor overall improvements 2021-03-06 18:40:13 +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

  • Latest Python version
  • Slim and simple package
  • Automated Python package installation through pip

Prerequisites

This package only supports Microsoft Windows 10 64bit

Manual Installation

Method 1: Git

  1. Install git and make as root user
apt install git make
  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