From c332eadd95fb450321065fef709be9fbef7910cc Mon Sep 17 00:00:00 2001 From: David Ankin Date: Wed, 17 Apr 2024 06:51:16 -0400 Subject: [PATCH] replace child packages with extras notation for package structure section --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index c24b7c8c..bf67321e 100644 --- a/index.rst +++ b/index.rst @@ -126,7 +126,7 @@ Package Structure Testcontainers is a collection of `implicit namespace packages `__ to decouple the development of different extensions, -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. The folder structure is as follows: