Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 372 Bytes

INSTALL.rst

File metadata and controls

17 lines (11 loc) · 372 Bytes

Installation

The simplest way to install python-intercom is with pip:

pip install python-intercom

or you may download a .tar.gz source archive from pypi:

tar xf python-intercom.tar.gz
cd python-intercom
python setup.py install