Skip to content

Commit

Permalink
Minor correction in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinkoz committed Jun 26, 2023
1 parent 516b681 commit c7ddb82
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/basic.rst
Expand Up @@ -5,15 +5,13 @@ This app requires:

* Python (3.8.1+)
* Django (4.0+)
* Any version of psycopg

You can install ``django-pgschemas`` via ``pip``, ``poetry`` or any other
installer.
You can install ``django-pgschemas`` via ``pip`` or any other installer.

.. code-block:: bash
pip install django-pgschemas
# or
poetry add django-pgschemas
Basic Configuration
===================
Expand Down

0 comments on commit c7ddb82

Please sign in to comment.