Skip to content

Commit 9bff8e6

Browse files
committed
doc: update installation instructions for extras
1 parent 26b09c8 commit 9bff8e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Install with additional DBAPIs packages
1515

1616
.. code-block:: bash
1717
18-
pip install pgmq-sqlalchemy[psycopg2]
19-
pip install pgmq-sqlalchemy[asyncpg]
20-
# pip install pgmq-sqlalchemy[postgres-python-driver]
18+
pip install "pgmq-sqlalchemy[asyncpg]"
19+
pip install "pgmq-sqlalchemy[psycopg2-binary]"
20+
# pip install "pgmq-sqlalchemy[postgres-python-driver]"
2121
2222
.. Note:: See `SQLAlchemy Postgresql Dialects <https://docs.sqlalchemy.org/en/20/dialects/postgresql.html>`_ for all available DBAPIs packages.
2323

0 commit comments

Comments
 (0)