Skip to content

Commit

Permalink
Fixed syntax error in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Aug 24, 2023
1 parent 9d07f70 commit a7f5208
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ considered as tested only under a few environments) specify the ``citext`` extra
pip install sqlacodegen[citext]


To include support for the PostgreSQL ``GEOMETRY``, ``GEOGRAPHY``, and ``RASTER`` types (which should be
considered as tested only under a few environments) specify the ``geoalchemy2`` extra::
pip install sqlacodegen[geoalchemy2]
To include support for the PostgreSQL ``GEOMETRY``, ``GEOGRAPHY``, and ``RASTER`` types
(which should be considered as tested only under a few environments) specify the
``geoalchemy2`` extra:

.. code-block:: bash
pip install sqlacodegen[geoalchemy2]
Quickstart
Expand Down

0 comments on commit a7f5208

Please sign in to comment.