Skip to content

Commit 32647cb

Browse files
gh-67071: Link devguide from configure build requirements
Add a seealso at the top of the Build Requirements section so readers building from source are directed to the devguide for step-by-step setup and system dependencies, per discussion on the issue. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4fa5c04 commit 32647cb

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Doc/using/configure.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Configure Python
1010
Build Requirements
1111
==================
1212

13+
.. seealso::
14+
15+
For step-by-step instructions on installing dependencies and building
16+
CPython, refer to the `Python Developer's Guide
17+
<https://devguide.python.org/getting-started/setup-building/>`_.
18+
1319
To build CPython, you will need:
1420

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

0 commit comments

Comments
 (0)