Skip to content

Commit

Permalink
instructions on how to install apprise cli added
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Oct 11, 2020
1 parent 0d497c4 commit 0899a5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0899a5a

Please sign in to comment.