Merge pull request #5380 from Qu3uk/patch-1

Update Centos Installation Include Dependencies
This commit is contained in:
DubhAd 2018-05-16 21:04:11 +01:00 committed by GitHub
commit 2e88951ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,11 @@ First of all install the software collection repository as root. For example, on
```bash
$ yum install centos-release-scl
```
Install some dependencies you'll need later.
```bash
$ yum install gcc gcc-c++ systemd-devel
```
Then install the Python 3.6 package: