Installing PyPresseportal

Installing with pip

Use pip on a command line to download PyPresseportal from PyPI and install it on your system:

$ pip install pypresseportal

Downloading from GitHub

You can also manually download the most recent version of PyPresseportal from GitHub using git clone:

$ git clone https://github.com/tcmetzger/pypresseportal.git
$ python setup.py install