Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Configure Python
Build Requirements
==================

.. seealso::

For step-by-step instructions on installing dependencies and building
CPython, refer to the `Python Developer's Guide
<https://devguide.python.org/getting-started/setup-building/>`_.

To build CPython, you will need:

* A `C11 <https://en.cppreference.com/w/c/11>`_ compiler. `Optional C11
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Add a *See also* cross-reference from the *Build requirements* section of the
*Configure Python* documentation to the Python Developer's Guide for setup
and build instructions.
Loading