Added make dependency to install instructions and minor overall improvements
This commit is contained in:
parent
34ee54fb82
commit
587d4f5318
14
README.md
14
README.md
|
@ -1,19 +1,19 @@
|
||||||
# mdg-python
|
# mdg-python
|
||||||
A better Python for Windows OPSI Package aimed to work with IServ
|
A better Python for Windows OPSI package aimed to work with IServ
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Newer Python (and pip) version
|
- Latest Python version
|
||||||
- Slimmer and simpler
|
- Slim and simple package
|
||||||
- Support for automated python package installation with pip
|
- Automated Python package installation through pip
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
This package only supports **Microsoft Windows 10 64bit**
|
This package only supports **Microsoft Windows 10 64bit**
|
||||||
|
|
||||||
## Installation
|
## Manual Installation
|
||||||
### Method 1: Git
|
### Method 1: Git
|
||||||
0. Install git if it wasn't already installed
|
0. Install git and make as root user
|
||||||
```sh
|
```sh
|
||||||
apt install git
|
apt install git make
|
||||||
```
|
```
|
||||||
1. Clone the repository
|
1. Clone the repository
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue