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]]