Installation

Kant supports Python versions 3.5 and up and is installable via pip or from source.

Via pip

To install kant, simply run the following command in a terminal:

$ pip install -U kant

If you don’t have pip installed, check out this this guide.

Via Source Code

To install the latest development version of dramatiq from source, clone the repo from GitHub

$ get clone https://github.com/patrickporto/kant

then install it to your local site-packages by running

$ python setup.py install

in the cloned directory.