From 0899a5a2b3689fa16f878220a4833a94c729e6be Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 11 Oct 2020 10:52:09 -0400 Subject: [PATCH] instructions on how to install apprise cli added --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 570afc3..11abcba 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,13 @@ pytest apprise_api ## Apprise Integration + +First you'll need to have it installed: +```bash +# install apprise into your environment +pip install apprise +``` + ### Apprise CLI Pull Example A scenario where you want to poll the API for your configuration: