Cool Stuff
This commit is contained in:
29
README.md
29
README.md
@@ -1,2 +1,29 @@
|
||||
# CI-Test
|
||||
# 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
|
||||
0. Install git and make as root user
|
||||
```sh
|
||||
apt install git make
|
||||
```
|
||||
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
|
||||
```
|
||||
3. Run chkdeploy to make IServ aware of the new package
|
||||
```sh
|
||||
chkdeploy
|
||||
```
|
||||
Reference in New Issue
Block a user