instructions on how to install apprise cli added

This commit is contained in:
Chris Caron 2020-10-11 10:52:09 -04:00
parent 0d497c4252
commit 0899a5a2b3

View File

@ -199,6 +199,13 @@ pytest apprise_api
## Apprise Integration ## Apprise Integration
First you'll need to have it installed:
```bash
# install apprise into your environment
pip install apprise
```
### Apprise CLI Pull Example ### Apprise CLI Pull Example
A scenario where you want to poll the API for your configuration: A scenario where you want to poll the API for your configuration: