FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

devguide/README.rst at main · 521hellogithub/devguide · GitHub

Latest commit

 

History

History
31 lines (21 loc) · 1017 Bytes

File metadata and controls

31 lines (21 loc) · 1017 Bytes

The CPython Developer's Guide

This guide covers how to contribute to CPython. It is known by the nickname of "the devguide" by the Python core developers.

The official home of this guide is https://devguide.python.org.

Compilation

For the compilation of the devguide, you need to use a version of Python which supports the venv module, because the make html command will create a virtual environment and will install the Sphinx package:

make html

Back | FazBrowse Home | New Git URL