Skip to content

Commit

Permalink
Build Instructions: Prefer shell code-blocks over console ones
Browse files Browse the repository at this point in the history
...when dealing with code that can run outside of a venv safely.
  • Loading branch information
davidfstr committed Apr 15, 2022
1 parent 9d13efd commit 13cedbd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Render PEPs locally

1. Create a virtual environment and install requirements:

.. code-block:: console
.. code-block:: shell
$ make venv
make venv
If you don't have access to ``make``, run:

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

.. code-block:: console
.. code-block:: shell
$ rm -rf build
rm -rf build
3. Run the build script:

.. code-block:: console
.. code-block:: shell
$ make render
make render
If you don't have access to ``make``, run:

Expand Down

0 comments on commit 13cedbd

Please sign in to comment.