Installation

Basic Installation

PyNotificator is distributed on PyPI.

macOS and Linux Installation

$ pip install pynotificator

Windows Installation

If you are using Windows, you need an option.

$ pip install pynotificator[win]

Developing Installation

PyNotificator repository is distributed on GitHub.

Build from Source

$ git clone https://github.com/higurashi-takuto/pynotificator.git
$ cd pynotificator
$ pip install -e .