Install

pip

To install datakick, simply run this simple command in your terminal of choice:

pip install datakick

git

Alternatively, you can download the source straight from GitHub and install it yourself. Simply run these three commands in your terminal.

git clone https://github.com/carlos-a-rodriguez/datakick.git
cd datakick
python setup.py install

Dependencies

Installing datakick will also install the following packages:
  • requests - Necessary to make the actual network calls.

  • six - Provides Python 2/3 compatibility.