Installation

Installation using pip

Important

You have to have requests installed

  • Just run pip install pushnotifier

Manual installation

  • Download the latest release from Github.
  • Go into that directory.
  • Run python setup.py install.

Check your installation

>>> import pushnotifier
>>> pushnotifier.__version__
'1.1.2'

If import pushnotifier doesn’t raise an error your installation is fine and you are ready to go :D