Skip to content
Closed
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
10 changes: 5 additions & 5 deletions peps/docs/build.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:author: Adam Turner
:author: andreanadr <121737246+andreanadr@users.noreply.github.com>


Building PEPs Locally
Expand All @@ -9,7 +9,7 @@ This can also be used to check that the PEP is valid reStructuredText before
submission to the PEP editors.

The rest of this document assumes you are working from a local clone of the
`PEPs repository <https://github.com/python/peps>`__,
`PEPs repository <https://github.com/andreanadr/python-peps>`__,
with **Python 3.9 or later** installed.


Expand All @@ -24,7 +24,7 @@ Render PEPs locally

If you don't have access to ``make``, run:

.. code-block:: ps1con
.. code-block:: ps1

PS> python -m venv .venv
PS> .\.venv\Scripts\activate
Expand All @@ -46,7 +46,7 @@ Render PEPs locally

If you don't have access to ``make``, run:

.. code-block:: ps1con
.. code-block:: ps1

(venv) PS> python build.py

Expand All @@ -68,7 +68,7 @@ created earlier:

Or on Windows:

.. code-block:: ps1con
.. code-block:: ps1

PS> .\.venv\Scripts\activate

Expand Down
Loading