Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan authored Apr 1, 2024
1 parent edcc847 commit 1381b7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,22 @@ Installation

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

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

.. code:: bash
.. code-block:: bash
pip install "django-typer[rich]"
2. Add ``django_typer`` to your ``INSTALLED_APPS`` setting:

.. code:: python
.. code-block:: python
INSTALLED_APPS = [
...
Expand Down

0 comments on commit 1381b7b

Please sign in to comment.