Trin 1:Opdater dit system
```
sudo yum opdatering
```
Trin 2:Installer EPEL-lageret
```
sudo yum installer epel-release
```
Trin 3:Installer Python 3
```
sudo yum installer python34
```
Trin 4:Gør Python 3 til standardversionen
```
sudo-alternativer --set python /usr/bin/python3
```
Trin 5:Bekræft, at Python 3 blev installeret korrekt
```
python3 --version
```
Trin 6. Bekræft PIP-installation
```python3 get-pip```