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 d55b6ec commit 1276acbCopy full SHA for 1276acb
index.rst
@@ -139,7 +139,7 @@ Package Structure
139
140
Testcontainers is a collection of `implicit namespace packages <https://peps.python.org/pep-0420/>`__
141
to decouple the development of different extensions,
142
-e.g., :code:`testcontainers-mysql` and :code:`testcontainers-postgres` for MySQL and PostgreSQL database containers, respectively.
+e.g., :code:`testcontainers[mysql]` and :code:`testcontainers[postgres]` for MySQL and PostgreSQL database containers, respectively.
143
144
The folder structure is as follows:
145
0 commit comments