Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 539 Bytes

README.rst

File metadata and controls

26 lines (16 loc) · 539 Bytes

Python 3.7 for CentOS

This repository provides unofficial packages of Python 3.7 for CentOS 7 and 8, while waiting for official packaging upstream.

Built packages are available at:

https://copr.fedorainfracloud.org/coprs/adrienverge/python37/

Install

CentOS 7:

sudo yum copr enable adrienverge/python37
sudo yum install python37 python37-devel python37-pip

CentOS 8:

sudo dnf copr enable adrienverge/python37
sudo dnf install python37 python37-devel python37-pip