From 6eb1dd7cdfef3d0821f3c1669791601f160349f2 Mon Sep 17 00:00:00 2001 From: Dudesons Date: Thu, 29 Aug 2024 09:49:45 +0200 Subject: [PATCH] Update documentation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ebbaf739..23b0db1a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ pip install beanie ```shell poetry add beanie ``` + +For more installation options (eg: `aws`, `gcp`, `srv` ...) you can look in the [getting started](./docs/getting-started.md#optional-dependencies) + ## Example ```python