At the command line:
$ pip install notifierlib
Or, if you have virtualenvwrapper installed:
$ mkvirtualenv notifierlib $ pip install notifierlib
Or, if you are using pipenv:
$ pipenv install notifierlib
Or, if you are using pipx:
$ pipx install notifierlib