Overview

Installation

From PyPi:

pip install tnotify

From source

Dependencies:

  • poetry

$ git clone https://github.com/xiver-org/tnotify.git; cd tnotify-main
$ poetry run build; cd dist
$ pip install $(ls -Art | tail -n 1)