We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e4b14 commit 3e931caCopy full SHA for 3e931ca
README.rst
@@ -10,3 +10,13 @@ This guide covers how to contribute to CPython. It is known by the
10
nickname of "the devguide" by the Python core developers.
11
12
The official home of this guide is https://devguide.python.org.
13
+
14
+Compilation
15
+-----------
16
17
+For the compilation of the devguide, you need to use a version of Python which
18
+supports the ``venv`` module, because the ``make html`` command will create a
19
+virtual environment and will install the ``Sphinx`` package::
20
21
+ make html
22
0 commit comments