From 51aa6a27ed3c5f3c4e0f6f77ffe64295aecb250c Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 8 Oct 2019 21:26:55 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Home.md b/Home.md index fac339a..86199a8 100644 --- a/Home.md +++ b/Home.md @@ -64,6 +64,12 @@ The following configuration formats are supported: * [[TEXT|config_text]] * [[YAML|config_yaml]] +## Installation +Apprise can be installed as easy as: +```bash +pip install apprise +``` + ## Other * [[Using the Command Line|CLI_Usage]] * [[Development API|Development_API]]