8000 Build Instructions: Prefer shell code-blocks over console ones · python/peps@4627cc0 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4627cc0

Browse files
committed
Build Instructions: Prefer shell code-blocks over console ones
...when dealing with code that can run outside of a venv safely.
1 parent 7a94135 commit 4627cc0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/build.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Render PEPs locally
1919

2020
1. Create a virtual environment and install requirements:
2121

22-
.. code-block:: console
22+
.. code-block:: shell
2323
24-
$ make venv
24+
make venv
2525
2626
If you don't have access to ``make``, run:
2727

@@ -35,15 +35,15 @@ Render PEPs locally
3535
2. **(Optional)** Delete prior build files.
3636
Generally only needed when making changes to the rendering system itself.
3737

38-
.. code-block:: console
38+
.. code-block:: shell
3939
40-
$ rm -rf build
40+
rm -rf build
4141
4242
3. Run the build script:
4343

44-
.. code-block:: console
44+
.. code-block:: shell
4545
46-
$ make render
46+
make render
4747
4848
If you don't have access to ``make``, run:
4949

0 commit comments

Comments
 (0)
0