You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/build.rst
+40-25
Original file line number
Diff line number
Diff line change
@@ -10,38 +10,40 @@ This can also be used to check that the PEP is valid reStructuredText before
10
10
submission to the PEP editors.
11
11
12
12
The rest of this document assumes you are working from a local clone of the
13
-
`PEPs repository <https://github.com/python/peps>`__, with Python 3.9 or later
14
-
installed.
13
+
`PEPs repository <https://github.com/python/peps>`__, with
14
+
**Python 3.9 or later** installed.
15
15
16
16
17
17
Render PEPs locally
18
18
-------------------
19
19
20
-
1. Create a virtual environment and install requirements.
20
+
1. Create a virtual environment and install requirements:
21
21
22
-
The rest of these instructions assume an active virtual environment named
23
-
``venv``.
24
-
The Python Packaging User Guide contains
25
-
`instructions on creating a virtual environment <https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment>`__
0 commit comments