Skip to content

Commit 1381b7b

Browse files
authored
Update README.rst
1 parent edcc847 commit 1381b7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,22 @@ Installation
6969

7070
1. Clone django-typer from GitHub or install a release off `PyPI <https://pypi.org/project/django-typer/>`_:
7171

72-
.. code:: bash
72+
.. code-block:: bash
7373
7474
pip install django-typer
7575
7676
`rich <https://rich.readthedocs.io/en/latest/>`_ is a powerful library for rich text and
7777
beautiful formatting in the terminal. It is not required, but highly recommended for the
7878
best experience:
7979

80-
.. code:: bash
80+
.. code-block:: bash
8181
8282
pip install "django-typer[rich]"
8383
8484
8585
2. Add ``django_typer`` to your ``INSTALLED_APPS`` setting:
8686

87-
.. code:: python
87+
.. code-block:: python
8888
8989
INSTALLED_APPS = [
9090
...

0 commit comments

Comments
 (0)