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 9d07f70 commit a7f5208Copy full SHA for a7f5208
README.rst
@@ -41,10 +41,13 @@ considered as tested only under a few environments) specify the ``citext`` extra
41
pip install sqlacodegen[citext]
42
43
44
-To include support for the PostgreSQL ``GEOMETRY``, ``GEOGRAPHY``, and ``RASTER`` types (which should be
45
-considered as tested only under a few environments) specify the ``geoalchemy2`` extra::
46
- 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:
47
+
48
+.. code-block:: bash
49
50
+ pip install sqlacodegen[geoalchemy2]
51
52
53
Quickstart
0 commit comments