Skip to content

Installation

Apprise can be installed as a Python package, a system package on Linux, or run as a container. Choose the method that best fits your environment.

The most common way to install Apprise is via pip. This works on Windows, macOS, and Linux.

Terminal window
pip install apprise

If you are not using a virtual environment or have proper rights on the machine you’re using, you may need to use pip3 or add the --user flag:

Terminal window
pip3 install apprise --user