Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 359 Bytes

INSTALL.rst

File metadata and controls

16 lines (10 loc) · 359 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