Skip to content

Commit

Permalink
Improve quotes in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
NikAzanov committed Sep 11, 2023
1 parent 1000c00 commit bf00dbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ Installation and configuration
Stable release
--------------

To install `django-import-export-extensions`, run this command in your terminal:
To install ``django-import-export-extensions``, run this command in your terminal:

.. code-block:: console
$ pip install django-import-export-extensions
This is the preferred method to install `django-import-export-extensions`, as it will always install the most recent stable release.
This is the preferred method to install ``django-import-export-extensions``, as it will always install the most recent stable release.

If you don't have `pip`_ installed, this `Python installation guide`_ can guide
you through the process.

.. _pip: https://pip.pypa.io
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/

Then just add `import_export` and `import_export_extensions` to INSTALLED_APPS
Then just add ``import_export`` and ``import_export_extensions`` to INSTALLED_APPS

.. code-block:: python
Expand Down

0 comments on commit bf00dbe

Please sign in to comment.