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 26b09c8 commit 9bff8e6Copy full SHA for 9bff8e6
doc/installation.rst
@@ -15,9 +15,9 @@ Install with additional DBAPIs packages
15
16
.. code-block:: bash
17
18
- pip install pgmq-sqlalchemy[psycopg2]
19
- pip install pgmq-sqlalchemy[asyncpg]
20
- # pip install pgmq-sqlalchemy[postgres-python-driver]
+ pip install "pgmq-sqlalchemy[asyncpg]"
+ pip install "pgmq-sqlalchemy[psycopg2-binary]"
+ # pip install "pgmq-sqlalchemy[postgres-python-driver]"
21
22
.. Note:: See `SQLAlchemy Postgresql Dialects <https://docs.sqlalchemy.org/en/20/dialects/postgresql.html>`_ for all available DBAPIs packages.
23
0 commit comments