Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 877 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 877 Bytes

Python 3.6 Debian stretch backport

Unofficial Python 3.6 backports for Debian stretch.

Usage

If you just want to grab pre-built Debian packages, you can find them in the Releases tab on GitHub. Download the ones you want, then run sudo dpkg -i *.deb to install them.

Building from source

To build from source, clone this repo and run make builddeb on a machine running Debian stretch. It follows roughly these backporting instructions in order to build a proper backport of Python 3.6 on stretch.

Building from source is relatively fast and is recommended for anyone who has a healthy distrust of pre-built binaries from a random internet stranger.