We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcc847 commit 1381b7bCopy full SHA for 1381b7b
README.rst
@@ -69,22 +69,22 @@ Installation
69
70
1. Clone django-typer from GitHub or install a release off `PyPI <https://pypi.org/project/django-typer/>`_:
71
72
- .. code:: bash
+ .. code-block:: bash
73
74
pip install django-typer
75
76
`rich <https://rich.readthedocs.io/en/latest/>`_ is a powerful library for rich text and
77
beautiful formatting in the terminal. It is not required, but highly recommended for the
78
best experience:
79
80
81
82
pip install "django-typer[rich]"
83
84
85
2. Add ``django_typer`` to your ``INSTALLED_APPS`` setting:
86
87
- .. code:: python
+ .. code-block:: python
88
89
INSTALLED_APPS = [
90
...
0 commit comments