From ce68960459db0d5fdc1d720afba55e1f612e53b7 Mon Sep 17 00:00:00 2001 From: akalex Date: Tue, 6 Feb 2024 18:24:12 +0200 Subject: [PATCH] chore: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42907da..8f8845e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ * Dry-run mode for testing purpose ## Installation +To install `async-firebase`, simply execute the following command in a terminal: ```shell script $ pip install async-firebase ```