Installation

Pip Install

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

$ pip install pyckson

If you don’t have pip installed, this Python installation guide can guide you through the process.

Get the Source Code

Pyckson is developed on GitHub, where the code is always available.

You can clone the public repository:

$ git clone https://github.com/antidot/Pyckson.git

Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily:

$ python3 setup.py install