Skip to content

Commit 3e931ca

Browse files
matrixisencoghlan
authored andcommitted
Add a README section on 'Compilation' (python#244)
1 parent 69e4b14 commit 3e931ca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,13 @@ This guide covers how to contribute to CPython. It is known by the
1010
nickname of "the devguide" by the Python core developers.
1111

1212
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

Comments
 (0)