Add documentation
This commit is contained in:
parent
8fe373ffe2
commit
bb5b2c421f
24
README.md
24
README.md
|
@ -1,3 +1,25 @@
|
||||||
# mdg-python
|
# 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
|
||||||
|
```
|
Loading…
Reference in New Issue