25 lines
626 B
Markdown
25 lines
626 B
Markdown
# 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
|
|
0. Install git if it wasn't already installed
|
|
```sh
|
|
apt install git
|
|
```
|
|
1. Clone the repository
|
|
```sh
|
|
git clone --depth 1 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
|
|
``` |