Installation

First of all make sure that you have all needed requirements.

Installing ConnectiviPy:

Stable release you may find using pip:

$ pip install connectivipy

To install most recent version the easiest way is to use GIT:

$ git clone https://github.com/dokato/connectivipy.git
$ cd connectivipy
$ python setup.py install